This is a mock landing page for Mem&M, a personal memory training app designed to promote cognitive wellness through daily challenges, progress tracking, and engaging activities.
The site is built using Hugo and the hugo-bootstrap-theme. It is hosted using GitHub Pages.
- Custom landing page showcasing the app’s goals
- Theme:
hugo-bootstrap-theme
(Bootstrap-based and responsive) - GitHub Pages deployment using the
/docs
folder
https://andrewstlz.github.io/hugo-mock-landing-page
hugo-mock-landing-page/
├── content/ # Markdown content (if any)
├── themes/ # Hugo Bootstrap theme
├── docs/ # Built static site (output from Hugo)
├── static/ # Static assets
├── config.toml # Site configuration
└── index.html # Optional manual homepage override
To run this project locally:
-
Install Hugo
Install instructions -
Clone the repo
git clone https://github.com/andrewstlz/hugo-mock-landing-page.git cd hugo-mock-landing-page
-
Start the local server
hugo server
-
View your site at:
http://localhost:1313
To build and deploy to GitHub Pages:
hugo -d docs
git add .
git commit -m "Build site"
git push origin main
Make sure the GitHub Pages settings are configured to serve from:
- Branch:
main
- Folder:
/docs
This project is part of a larger initiative to promote daily memory training, supported by features such as:
- Daily memory challenges
- Leaderboards
- Mnemonic technique guides
- Calendar sync for training sessions
See USER-STORIES.md for more.
MIT License © 2024 Andrew S Wong