Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ezou626/hugo-mock-landing-page

Demo Landing Page generated with Hugo
https://github.com/ezou626/hugo-mock-landing-page

html hugo hugo-theme markdown scss ssg

Last synced: 5 days ago
JSON representation

Demo Landing Page generated with Hugo

Awesome Lists containing this project

README

        

# hugo-mock-landing-page
## **Demo** (not real) Static Landing Page generated with Hugo hosted with GitHub pages
Based on hugo-bootstrap-theme

## Branches
* main: source branch
* gh-pages: source for github pages deployment

## Structure
### Top Level Folders
* assets holds SCSS stylesheets
* content holds MD files with text
* layouts holds HTML files
* static holds image files
* themes contains the submodule hugo-bootstrap-theme, which this project is based on
* .github/workflows holds the workflow to autodeploy this Hugo site
### Files
Standard: LICENSE, README.md, .gitignore, and .gitmodules
config.toml is the hugo config file
publish_to_gh_pages.sh is a utility script to publish the site to GitHub pages
USER-STORIES.md describes use cases for this made-up app

## Run Locally
1. Clone the repo
2. Run `cd hugo-mock-landing-page`
3. Install hugo (> v99 should be good)
3. Run `hugo server`