Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

137 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code for the AvaFrame homepage

To develop, use hugo server -D

To deploy: run hugo

then copy the files to our server on uberspace.de

Use this if you want to copy all: scp -r ./public/* avaframe@helin.uberspace.de:~/html/

Use this if you just want to update the changed files: rsync -avz --delete ./public/ avaframe@helin.uberspace.de:~/html/

To add a new post:

  • either look at content/post and edit with your favorite editor

  • or use the provided decapCMS (from here https://decapcms.org/docs/working-with-a-local-git-repository/):

    • Run npx decap-server from the root directory of the repository.
    • Start hugo with hugo server -D
    • Go to localhost:XXXX/admin
    • Add new post
    • the use the deploy from above
    • do not forget to commit the new post to git

About

Source for the OpenNHM homepage (based on HUGO)

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages