Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ unlocknext:
a: false
---

This is the second section of balabala tutorial, you may write some background info here as a topic opening. This paragraph is also abstracted by category page, and showed in the tutorial card.
ΛαThis is the second section of balabala tutorial, you may write some background info here as a topic opening. This paragraph is also abstracted by category page, and showed in the tutorial card.

<!-- end -->

Expand Down
2 changes: 1 addition & 1 deletion content/product.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cover: /img/postbg6.png

## Intro

UltronEle is a light, fast, simple yet interesting serverless e-learning CMS based on GatsbyJS. It aims to provide a easy-use product for tutors, teachers, instructors from all kinks of fields with near-zero efforts to setup their own authoring tool and content publish website.
Φα 22UltronEle is a light, fast, simple yet interesting serverless e-learning CMS based on GatsbyJS. It aims to provide a easy-use product for tutors, teachers, instructors from all kinks of fields with near-zero efforts to setup their own authoring tool and content publish website.


## Why do this
Expand Down
8 changes: 7 additions & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,19 @@ module.exports = {
},
menus: [
{name: 'HOME', url: '/'},
{name: 'PRODUCT', url: '/product'},
{name: 'PRODUCT12', url: '/product'},
{name: 'SERVICE', url: '/service'},
{name: 'USER GUIDE', url: '/userguide'},
{name: 'ROADMAP', url: '/roadmap'},
{name: 'TEAM', url: '/team'},
]
},






plugins: [
{
resolve: "gatsby-theme-ultronele",
Expand Down
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
},





},
"dependencies": {
"gatsby": "^2.13.1",
"gatsby-theme-ultronele": "^1.0.3",
Expand Down