-
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.
- Loading branch information
Showing
8 changed files
with
47 additions
and
17 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,3 +1,3 @@ | ||
[submodule "hugo/themes/paper"] | ||
path = hugo/themes/paper | ||
url = https://github.com/nanxiaobei/hugo-paper | ||
[submodule "hugo/themes/PaperMod"] | ||
path = hugo/themes/PaperMod | ||
url = https://github.com/adityatelange/hugo-PaperMod.git |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,40 @@ | ||
baseURL: 'https://openpaul.github.io' | ||
languageCode: 'en-us' | ||
title: 'Genome Graphs Galore' | ||
theme: | ||
- "PaperMod" | ||
paginate: 1000 | ||
|
||
author: "Paul" | ||
|
||
params: | ||
github: 'openpaul/openpaul.github.io' | ||
|
||
homeInfoParams: | ||
Title: "Hi" | ||
Content: 'I’m a computational biologist with a passion for biology and nature. | ||
My interests lie at the intersection of genomics and data science, and I’m excited to share some of my projects here. | ||
I write about things I learn and find interesting. This blog is my way of getting some hands on time with a wider range of topics.' | ||
|
||
|
||
socialIcons: | ||
- name: "rss" | ||
url: "./index.xml" | ||
- name: | ||
|
||
ShowShareButtons: false | ||
ShowReadingTime: true | ||
showToc: true | ||
TocOpen: false | ||
editPost: | ||
URL: "https://github.com/openpaul/openpaul.github.io/tree/main/posts" | ||
Text: "Suggest Changes" # edit text | ||
appendFilePath: false # to append file path to Edit link | ||
|
||
ShowPostNavLinks: true | ||
ShowCodeCopyButtons: true | ||
|
||
outputs: | ||
home: | ||
- HTML | ||
- RSS |
Submodule paper
deleted from
2ca2e1
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
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,2 @@ | ||
line-length = 80 | ||
indent-width = 4 |