Skip to content

aenrione/aenrione-web

Repository files navigation

aenrione-web

Hugo website for personal site.


Table of Contents

Building locally

To work locally with this project, you'll have to follow the steps below:

  1. Fork, clone or download this project
  2. Initialize the theme: git submodule update --init --recursive
  3. Install Hugo
  4. Preview your project: hugo server
  5. Add content
  6. Generate the website: hugo (optional)

Read more at Hugo's documentation.

NOTE:

  • If you have nix-shell installed, you can run nix-shell to enter a shell with Hugo installed.
  • If you have docker and compose installed, you can the docker-compose file to run the website locally.

Preview your site

If you clone or download this project to your local computer and run hugo server, your site can be accessed under localhost:1313/hugo/.

The theme used is adapted from https://github.com/vaga/hugo-theme-m10c.

Troubleshooting

  1. CSS is missing!

    For your site to look like the website you must install m10c theme as a submodule. You can do this by running the following command:

    git submodule update --init --recursive

About

About Personal page to showcase social information, repositories, etc. Made in Hugo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published