Browse Source

Start removing hexo

cobalt
Nathan Bergey 3 years ago
parent
commit
9c28f5434a
  1. 3
      .gitmodules
  2. 13
      index.markdown
  3. 7705
      package-lock.json
  4. 16
      package.json
  5. 4
      scaffolds/draft.md
  6. 4
      scaffolds/page.md
  7. 5
      scaffolds/post.md
  8. 1
      themes/tufte

3
.gitmodules

@ -1,3 +0,0 @@
[submodule "themes/tufte"]
path = themes/tufte
url = https://git.natronics.org/natronics/hexo-theme-tufte.git

13
index.markdown

@ -1,13 +0,0 @@
---
layout: page
title: natronics.org
---
# Home
There can be no thought of finishing for ‘aiming for the stars’. Both
figuratively and literally, it is a task to occupy the generations.
And no matter how much progress one makes, there is always the thrill
of just beginning.
[Git server](https://git.natronics.org)

7705
package-lock.json
File diff suppressed because it is too large
View File

16
package.json

@ -1,20 +1,8 @@
{
"name": "hexo-site",
"version": "0.0.0",
"name": "natronics.org js",
"version": "0.0.1",
"private": true,
"hexo": {
"version": "3.9.0"
},
"dependencies": {
"hexo": "^3.9.0",
"hexo-generator-archive": "^0.1.5",
"hexo-generator-category": "^0.1.3",
"hexo-generator-index": "^0.2.1",
"hexo-generator-tag": "^0.2.0",
"hexo-renderer-ejs": "^0.3.1",
"hexo-renderer-marked": "^1.0.1",
"hexo-renderer-stylus": "^0.3.3",
"hexo-server": "^0.3.3",
"mathjax": "^3.1.2"
},
"devDependencies": {

4
scaffolds/draft.md

@ -1,4 +0,0 @@
---
title: {{ title }}
tags:
---

4
scaffolds/page.md

@ -1,4 +0,0 @@
---
title: {{ title }}
date: {{ date }}
---

5
scaffolds/post.md

@ -1,5 +0,0 @@
---
title: {{ title }}
date: {{ date }}
tags:
---

1
themes/tufte

@ -1 +0,0 @@
Subproject commit 57813d72dd228e8386517091b586dba81d0bb03d
Loading…
Cancel
Save