-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move to Lume, Add old posts and Change styles
- Loading branch information
Showing
51 changed files
with
1,712 additions
and
682 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1 @@ | ||
_site/ | ||
.bundle/ | ||
vendor/ | ||
Gemfile.lock | ||
_site/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
import lume from "lume/mod.ts"; | ||
import code_highlight from "lume/plugins/code_highlight.ts"; | ||
import date from "lume/plugins/date.ts"; | ||
import sass from "lume/plugins/sass.ts"; | ||
import minifyHTML from "lume/plugins/minify_html.ts"; | ||
|
||
const site = lume({ | ||
src: "./src" | ||
}); | ||
|
||
site.use(code_highlight()); | ||
site.use(date()); | ||
site.use(sass()); | ||
site.use(minifyHTML()); | ||
|
||
site.copy("assets", "."); | ||
|
||
export default site; |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.