https://github.com/goneptune/neptune
Fast Dynamic Content Framework (DCF) for building websites.
https://github.com/goneptune/neptune
cms content-management-system dcf dynamic-site-generator framework go golang neptune
Last synced: 3 months ago
JSON representation
Fast Dynamic Content Framework (DCF) for building websites.
- Host: GitHub
- URL: https://github.com/goneptune/neptune
- Owner: goneptune
- License: apache-2.0
- Created: 2020-01-14T21:22:36.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-28T18:49:58.000Z (about 6 years ago)
- Last Synced: 2024-06-20T16:50:26.957Z (almost 2 years ago)
- Topics: cms, content-management-system, dcf, dynamic-site-generator, framework, go, golang, neptune
- Language: Go
- Homepage: https://goneptune.space
- Size: 7.38 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README

A Fast Dynamic Content Framework (DCF) for building websites written in Go by [sucsessyan](https://github.com/sucsessyan)
[](https://godoc.org/github.com/goneptune/neptune)
[](https://travis-ci.com/goneptune/neptune)
[](https://goreportcard.com/report/github.com/goneptune/neptune)
## Overview
Neptune is a dynamic content framework written in Go.
This is an independent project written from scratch. But we are inspired by the large number of templates created for [Hugo](https://github.com/gohugoio/hugo/) and came up with the idea of preserving the standard for data output and template functions seted by Hugo. Thus, Neptune is 70% adapted to the expansion of templates written for Hugo
**Complete documentation is available at [Neptune Documentation](https://goneptune.space/docs).**
# Getting Started
## Installing Neptune
Neptune is written in GoLang with support for Windows, Linux, FreeBSD and OSX.
# Use Neptune
Db SQL file location var/config/db.sql
Config file location var/config/settings.toml
Admin user:
Login: admin
Password: admin
Custom User:
Login: user
Password: user
The default port is :8090