Files
2020-05-14 12:10:15 +04:00

52 lines
1.0 KiB
Markdown

# Tech-Club-Blog
This repository is for the HWU Tech Club Blog.
Contains the new and unique developments in the tech industry.
--Made using HUGO
## Install Hugo
You need to install hugo to ensure that the format you add the blog in is responsive and looks as you wanted it to.
https://gohugo.io/getting-started/installing/
Run Hugo command to run the website locally on your computer
```
hugo serve
```
## How to add a blog
1. Navigate to content/post
2. Add a new file <filename>.md
3. Use the previous blog as your template
## How to add an author
1. Navigate to content/authors
2. Create a folder <first-lastname>
3. Create a file _index.md
4. Add this template and modify
```
---
title: Akilan Selvacoumar
bio: |
HW Tech Club President
avatar: https://i1.rgstatic.net/ii/profile.image/763939705069568-1559148827007_Q512/Akilan_Selvacoumar.jpg
date: 1999-11-07
featured: true
social:
- title: github
url: https://github.com/Akilan1999
- title: linkedin
url: https://www.linkedin.com/in/akilan-selvacoumar
---
```