Skip to content

AleDenshi/comfy.guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

comfy.guide

Comfortable computer tutorial webpage.

How to Contribute

Begin by cloning and entering the repository:

git clone https://github.com/aledenshi/comfy.guide
cd comfy.guide

To preview the website as it's being edited, run the following command in the background:

hugo server --noHTTPCache -D

The -D makes it so any articles marked with draft: true will still show up in the preview

Then navigate to localhost:1313 to see the site!

Creating a New Article

Create a new page under the appropriate section:

## For server-side software
hugo new content/server/softwarename.md

## For client-side software
hugo new content/client/softwarename.md

Then, begin editing that file:

vim content/client/softwarename.md