An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

Neptune

A Fast Dynamic Content Framework (DCF) for building websites written in Go by [sucsessyan](https://github.com/sucsessyan)

[![GoDoc](https://godoc.org/github.com/goneptune/neptune?status.svg)](https://godoc.org/github.com/goneptune/neptune)
[![Build Status](https://travis-ci.com/goneptune/neptune.png)](https://travis-ci.com/goneptune/neptune)
[![Go Report Card](https://goreportcard.com/badge/github.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