Skip to content

Commit

Permalink
change theme, release new post
Browse files Browse the repository at this point in the history
  • Loading branch information
openpaul committed Sep 23, 2024
1 parent a69703f commit 6fec347
Show file tree
Hide file tree
Showing 8 changed files with 47 additions and 17 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
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
3 changes: 0 additions & 3 deletions _config.yml

This file was deleted.

9 changes: 0 additions & 9 deletions hugo/hugo.toml

This file was deleted.

40 changes: 40 additions & 0 deletions hugo/hugo.yaml
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
1 change: 1 addition & 0 deletions hugo/themes/PaperMod
Submodule PaperMod added at a2eb47
1 change: 0 additions & 1 deletion hugo/themes/paper
Submodule paper deleted from 2ca2e1
2 changes: 1 addition & 1 deletion posts/2024-09-05-single-cell-mouse.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"source": [
"+++\n",
"title = 'Processing Single-Cell data from Mouse'\n",
"date = 2024-09-05T08:00:00+00:00\n",
"date = 2024-09-23T08:00:00+00:00\n",
"draft = true\n",
"+++"
]
Expand Down
2 changes: 2 additions & 0 deletions ruff.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
line-length = 80
indent-width = 4

0 comments on commit 6fec347

Please sign in to comment.