项目作者: iamvkm

项目描述 :
Technology Simplified!
高级语言: HTML
项目地址: git://github.com/iamvkm/techaware.git
创建时间: 2020-10-01T12:44:59Z
项目社区:https://github.com/iamvkm/techaware

开源协议:MIT License

下载


Tech Aware

image


A simple open source Blog to get people closer to technology.


Contribute

See how to make changes and host them to website.

Install Hugo

@latest/github/getting-started-with-github/fork-a-repo">Fork this repository

Run project locally:

Clone the repository you forked to your computer:

  1. $ git clone https://github.com/iamvkm/techaware.git

Make changes to the files you want. If you want to create a new post, here is command:

  1. $ hugo new posts/enter-post-name.md

Enter content in post and make the draft: false then run these commands to run the project in browser locally:

  1. $ hugo
  2. $ hugo server

Push to GitHub:

Add the files in the local repository and stages them for commit:

  1. git add .

Commit the tracked changes and prepares them to be pushed to a remote repository:

  1. git commit -m "First commit"

Push everything to your forked repository:

  1. git push origin master

@latest/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request">Send Pull Request

License

Copyright © 2020 Vivek Mishra (@iamvvekm)

The website is released under the MIT License. Check the original project license for additional licensing information.