Skip to content

Commit f42892c

Browse files
authored
first blog (#2)
* new blog with gitpod thingos * remove travis
1 parent 5566c61 commit f42892c

17 files changed

+39
-1024
lines changed

.travis.yml

Lines changed: 0 additions & 44 deletions
This file was deleted.

_config.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# SITE CONFIGURATION
2-
baseurl: "/Type-on-Strap"
3-
url: "https://sylhare.github.io"
2+
baseurl: "/my-blog"
3+
url: "https://coder-lg.github.io"
44

55
# THEME-SPECIFIC CONFIGURATION
6-
title: Type on Strap # site's title
7-
description: "A website with blog posts and pages" # used by search engines
6+
title: LG's blog # site's title
7+
description: "welcome to my blog" # used by search engines
88
avatar: assets/img/triangle.png # Empty for no avatar in navbar
99
favicon: assets/favicon.ico # Icon displayed in the tab
1010

1111
# Header and footer text
12-
header_text: Change <code>header_text</code> in <code>_config.yml</code> # Change Blog header text
12+
header_text: my blog. # Change Blog header text
1313
header_feature_image: assets/img/pexels/triangular.jpeg
1414
footer_text: >
1515
Powered by <a href="https://jekyllrb.com/">Jekyll</a> with <a href="https://github.com/sylhare/Type-on-Strap">Type on Strap</a>
@@ -33,8 +33,10 @@ comments:
3333
disqus_shortname: # Your discus shortname for comments
3434
cusdis_app_id: # Your cusdis data-app-id
3535
utterances: # Enable by filling below information. For more info, go to https://utteranc.es
36-
repo: # your public comments repository (e.g. owner/repo)
37-
issue-term: # Issue term (e.g. "comment" consider issues with this word in the title as comments)
36+
repo: coder-lg/my-blog-comments # your public comments repository (e.g. owner/repo)
37+
issue-term: title # Issue term (e.g. "comment" consider issues with this word in the title as comments)
38+
theme: github-dark
39+
label: mainblogcomment
3840

3941
# PAGINATION
4042
paginate: 5

_data/authors.yml

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,4 @@
1-
rohanchandra: # author-id
2-
name: "Rohan Chandra"
3-
avatar: "https://avatars2.githubusercontent.com/u/816965?s=460&v=4"
4-
url: "https://github.com/rohanchandra"
5-
sylhare:
6-
name: Sylhare
7-
avatar: "https://avatars3.githubusercontent.com/u/20642750?s=460&v=4"
8-
url: "https://github.com/sylhare"
9-
mmistakes:
10-
name: "Michael Rose"
11-
avatar: "https://avatars3.githubusercontent.com/u/1376749?s=460&v=4"
12-
url: "https://github.com/mmistakes"
13-
mhagnumdw:
14-
name: Mhagnumdw
15-
avatar: "https://avatars2.githubusercontent.com/u/17688846?s=460&v=4"
16-
url:
17-
unknown:
18-
name: Unknown
19-
avatar:
20-
url:
1+
coder-lg:
2+
name: "LG"
3+
avatar: "https://avatars.githubusercontent.com/u/76845820?s=400&u=6abe8f7803196516562cdf0af76fe798eae8c590&v=4"
4+
url: "https://github.com/coder-lg"

_data/icons.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ calendly:
55
dribbble:
66
facebook:
77
flickr:
8-
github: sylhare
9-
gitlab:
8+
github: coder-lg
9+
gitlab: coder-lg
1010
google-scholar: # e.g. "WXAAOb0AAAAJ"
1111
instagram:
1212
hacker-news:
@@ -15,7 +15,7 @@ linkedin:
1515
mail: # e.g. "sam@mail.com"
1616
map: # e.g. "34.0886/-118.3191"
1717
mastodon: # e.g. "fostodon.org/@sam"
18-
matrix: # e.g. "@sam:matrix.org"
18+
matrix: "@coder-lg:matrix.org" # e.g. "@sam:matrix.org"
1919
medium:
2020
patreon:
2121
phone: # e.g. "+11111111111"

_posts/2013-10-18-blogging-with-title.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

_posts/2013-11-02-Tech-stuff-example.md

Lines changed: 0 additions & 181 deletions
This file was deleted.

0 commit comments

Comments
 (0)