Skip to content

Commit

Permalink
feat: site init (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
nianiaJR authored and NicolaCage committed Jan 9, 2020
1 parent f2767d9 commit b16defb
Show file tree
Hide file tree
Showing 119 changed files with 31,012 additions and 0 deletions.
6 changes: 6 additions & 0 deletions archetypes/default.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---

119 changes: 119 additions & 0 deletions config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,119 @@
baseurl = "http://192.168.3.38/"
languageCode = "en-us"
title = "Hugo Creative Theme"
theme = "creative"
googleAnalytics = ""

[params]

# You can use Markdown syntax for urls [text](//url.to/source) for
# most longer texts.

# All icons using Fontawesome's icon font. Look at http://fontawesome.io/icons/
# for more icons. The icons are represented by their corresponding
# CSS class.

# All projects of the portfolio are defined in their own files.
# You can find example projects at 'exampleSite/data/projects'. Copy the 'projects'
# folder into the 'data' directory at the root of this Hugo site.
# For more information take a look at the README.

# To provide some metadata for search engines feel free to add some
# information about you and your website.
name = "Your name"
description = "Your description"

# The path must be relative to the static folder
favicon = "favicon.ico"


# Navigation
[params.navigation]
brand = "NebulaGraph"

[[params.navigation.links]]
title = "Solution"
[[params.navigation.links.links]]
title = "Why Nebula Graph"
[[params.navigation.links.links]]
title = "Get Started"
link = "https://github.com/vesoft-inc/nebula/blob/master/docs/manual-EN/1.overview/2.quick-start/1.get-started.md"
target = "_blank"
[[params.navigation.links.links]]
title = "Use cases"
[[params.navigation.links]]
title = "Customers"
[[params.navigation.links]]
title = "Content"
[[params.navigation.links.links]]
title = "Blog"
[[params.navigation.links.links]]
title = "Docs"
[[params.navigation.links]]
title = "Forum"
# services = "Services"
# portfolio = "Portfolio"
# contact = "Contact"


# Hero section
[params.header]
# To change the background of the header section, replace the 'header.jpg' at './static/img' with your own.
slogan = "Nebula Graph"
subtitle = "A truly distributed, linear scalable, lighting-fast graph database."
buttonText = "Get Started"


# About section
[params.about]
headline = "We've got what you need!"
description = "[Lorem](//google.com) ipsum dolor sit amet, consectetur adipisicing elit. Praesentium similique eos eligendi error veritatis harum, sed aliquid totam, quam minus neque enim est architecto, ad. Maiores, aliquid, vitae!"
buttonText = "Get started!"


# Service section
[params.services]
headline = "At your service"

[[params.services.list]]
icon = "fa-diamond"
title = "Sturdy Templates"
description = "Our templates are updated regularly so they don't break."

[[params.services.list]]
icon = "fa-paper-plane"
title = "Ready to Ship"
description = "You can use this theme as is, or you can make changes!"

[[params.services.list]]
icon = "fa-newspaper-o"
title = "Up to Date"
description = "We update dependencies to keep things fresh."

[[params.services.list]]
icon = "fa-heart"
title = "Made with Love"
description = "You have to make your websites with love these days!"


# Portfolio modals
[params.portfolio.modal]
client = "Client"
date = "Date"
category = "Category"
buttonText = "Close"

# Aside section
[params.aside]
headline = "Get the Creative Theme for Hugo"

[params.aside.button]
text = "Download now"
link = "//github.com/digitalcraftsman/hugo-creative-theme"

# Contact section
[params.contact]
headline = "Let's Get In Touch!"
description = "Ready to start your next project with us? That's great! Give us a call or send us an email and we will get back to you as soon as possible!"
phone = "123-456-6789"
email = "feedback@startbootstrap.com"
6 changes: 6 additions & 0 deletions content/posts/hello.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Hello"
date: 2019-12-16T17:29:40+08:00
draft: true
---

14 changes: 14 additions & 0 deletions public/categories/index.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Categories on My New Hugo Site</title>
<link>http://example.org/categories/</link>
<description>Recent content in Categories on My New Hugo Site</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>

<atom:link href="http://example.org/categories/index.xml" rel="self" type="application/rss+xml" />


</channel>
</rss>
6 changes: 6 additions & 0 deletions public/css/animate.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit b16defb

Please sign in to comment.