Skip to content

MaxLPM/comfy.guide

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

Comfortable computer tutorials.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 74.6%
  • CSS 25.4%