Skip to content

HWTechClub/blogs.hwtech.club

 
 

Repository files navigation

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

Option A: Use CMS to add posts (works on Mobile Devices too)

  1. Navigate to https://blogs.hwtech.club/admin

  2. SignUp/SignIn with GitHub or email.

  3. Add new post in browser

Option B: Edit/Add markdown files directly to repo

  1. Navigate to content/post

  2. Add a new file .md

  3. Use the previous blog as your template

How to add an author (not currently availiable via CMS)

  1. Navigate to content/authors

  2. Create a folder

  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
---

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 45.3%
  • HTML 44.5%
  • JavaScript 7.5%
  • CSS 2.7%