Terminal style website for Asteriski ry's members. Based on m4tt72's terminal website;
- Install dependencies:
npm install
- Build the project:
npm run build
- Run the server:
npm run start
Here's a sample of the config.json
file:
{
"bioUrl": "https://raw.githubusercontent.com/m4tt72/m4tt72/master/README.md",
"social": {
"instagram": "m4tt72",
"github": "m4tt72",
"linkedin": "yassinefathi"
},
"theme": "gruvboxdark" // list of themes available in themes.json
}
Here's a list of available themes.
All thanks go to m4tt72 for makin the original theme, which is only modified a bit in here with theme changes.