https://github.com/equilaterus/equilaterus.github.io
Open Source Website
https://github.com/equilaterus/equilaterus.github.io
Last synced: 5 months ago
JSON representation
Open Source Website
- Host: GitHub
- URL: https://github.com/equilaterus/equilaterus.github.io
- Owner: equilaterus
- License: mit
- Created: 2018-01-29T03:22:34.000Z (about 8 years ago)
- Default Branch: dev
- Last Pushed: 2025-03-21T03:32:29.000Z (11 months ago)
- Last Synced: 2025-06-26T18:43:20.932Z (8 months ago)
- Language: JavaScript
- Homepage: https://equilaterus.com/
- Size: 15.3 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Equilaterus Github Page
## Quick start
If you don't have a compatible version installed in your system (or if you find any problems trying to execute the project), download [hugo extended binaries](https://github.com/gohugoio/hugo/releases/tag/v0.117.0) and extract them inside the project folder, according to your OS:
* **Linux:** Extract a file called **hugo** in your project root folder, rename it to *.hugo* and run the following commands:
```sh
npm install
# Using a globally installed hugo
npm run start
# Using a local bin
npm run hugo-local
```
* **Windows:** Extract **hugo.exe** into the project root folder and run the following commands:
> Important: clone this project on a path WITHOUT any empty spaces.
```sh
npm install
# Start developing
npm run win
```
On Windows, you may want to use this command to avoid warning messages like *This diff contains a change in line endings from 'LF' to 'CRLF* [more info here](https://github.com/desktop/desktop/issues/18225):
```
git config core.autocrlf input
```
## License
The content of this project itself is licensed under the Creative Commons Attribution 4.0 International ([CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)) license, and the underlying source code used to format and display that content is licensed under the Apache-2.0 license.