Skip to content

ghostwriteattack/ghostwrite-website-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PaperSite Template

Hugo License: MIT

Hugo theme for scientific projects

Requirements

  • Hugo 0.79 or higher
  • Hugo extended version, read more here

Installation

Install as git submodule

Navigate to your hugo project root and run:

git submodule add https://github.com/Tr4mper/papersite-template themes/papersite-template

Then run hugo (or set theme = "papersite-template"/theme: papersite-template in configuration file)

hugo server --minify --theme papersite-template

Try out the example

hugo server --source=exampleSite --themesDir=../..

Creating site from scratch

Below is an example on how to create a new site from scratch:

hugo new site mydocs; cd mydocs
git init
git submodule add https://github.com/alex-shpak/hugo-book themes/hugo-book
cp -R themes/papersite-template/exampleSite/content.en/* ./content
hugo server --minify --theme hugo-book

About

Hugo theme for the ghostwriteattack.com website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published