axllent / mailpit-website

Codebase for the Mailpit website

Home Page:https://mailpit.axllent.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mailpit website

This is the codebase for the Mailpit website, built using Hugo.

Project layout

  • Page content is written in Markdown format and can be found in content/.
  • CSS (scss) is located in assets/css/
  • JavaScript is located in is located in assets/js/

Install dependencies

Node is required to install and manage the JavaScript assets.

In the project folder run the following command to install the JavaScript dependencies:

npm install

Run Hugo

You must have the hugo EXTENDED version on your system which you can download from Github releases page.

In the project folder run:

hugo server

This will start hugo and by default listen on http://localhost:1313/.

About

Codebase for the Mailpit website

https://mailpit.axllent.org

License:MIT License


Languages

Language:HTML 61.4%Language:SCSS 25.8%Language:JavaScript 12.8%