diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 000000000..b685979a9 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,12 @@ +# These are supported funding model platforms + +github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] +patreon: # Replace with a single Patreon username +open_collective: # Replace with a single Open Collective username +ko_fi: alfaxit +tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel +community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry +liberapay: # Replace with a single Liberapay username +issuehunt: # Replace with a single IssueHunt username +otechie: # Replace with a single Otechie username +custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] diff --git a/README.md b/README.md index 16753f283..db522d599 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,8 @@ # no style, please! -A (nearly) no-CSS, fast, minimalist [Jekyll](https://jekyllrb.com/) theme. -Inspired by [elly's site](http://tilde.town/~elly/), expressly created for [my personal blog](https://riggraz.dev/). +A (nearly) no-CSS, fast, minimalist [Jekyll](https://jekyllrb.com/) theme. +Inspired by [elly's site](http://tilde.town/~elly/). -

Try the demo out!

- - ## Features @@ -72,9 +69,6 @@ The `menu.yml` file accepts the following fields: - `show_more_text`, which can be a string. It specifies the text for the show more link. Use only if `show_more` is true. - `entries`, yes, you can have entries inside entries. In this way you can create nested sublists! -### Create archive pages - -A so-called archive page is a page that shows a list of posts (see [this](https://riggraz.dev/no-style-please/all-posts) for an example). You can create an archive page by creating a page and putting the following frontmatter: ``` --- diff --git a/_config.yml b/_config.yml index 314bd6e49..a672f1138 100644 --- a/_config.yml +++ b/_config.yml @@ -1,27 +1,40 @@ -title: no style, please! # name of the site -author: Riccardo Graziosi # name of site's author -email: riccardo.graziosi97@gmail.com # email of site's author -url: https://riggraz.dev # root address of the site -baseurl: "/no-style-please" # subpath of the site, e.g. "/blog" (leave it blank "" if you're site shouldn't use a subpath) -description: > # description of the site (multiple lines allowed) - A (nearly) no-CSS, fast, minimalist Jekyll theme. +title: hello 👋🏾, i'm byron! +author: Byron Yego +email: byronyego@gmail.com +url: https://byronyg.github.io/ +baseurl: "" +description: > + Hi, my name is Byron Yego & I'm a Kenyan-based 🇰🇪 software engineer who specializes in building (and occasionally designing) exceptional digital experiences. permalink: /:slug.html -favicon: "logo.png" # name+extension of favicon (which must be put on the root folder) -# goat_counter: "yoursitename" # put your GoatCounter name if you want to use GoatCounter analytics +favicon: "favicon-32x32.png" # +# goat_counter: "byron.wtf" -theme: no-style-please # if you are using GitHub Pages, change it to remote_theme: riggraz/no-style-please +renote_theme: riggraz/no-style-please theme_config: - appearance: "auto" # can be "light", "dark" or "auto" - back_home_text: ".." # customize text for homepage link in post layout - date_format: "%Y-%m-%d" # customize how date is formatted - show_description: false # show blog description in home page - + appearance: "light" # can be "light", "dark" or "auto" + back_home_text: "..go back" + date_format: "%Y-%m-%d" + show_description: true sass: style: :compressed plugins: - jekyll-feed - jekyll-seo-tag + - jekyll-remote-theme + + +# exclude: +# - .sass-cache/ +# - .jekyll-cache/ +# - gemfiles/ +# - Gemfile +# - Gemfile.lock +# - node_modules/ +# - vendor/bundle/ +# - vendor/cache/ +# - vendor/gems/ +# - vendor/ruby/ diff --git a/_data/menu.yml b/_data/menu.yml index 69f6454bc..ad6a3a1d8 100644 --- a/_data/menu.yml +++ b/_data/menu.yml @@ -1,38 +1,55 @@ -# For documentation on this file, see: -# https://github.com/riggraz/no-style-please#customize-the-menu - entries: - - title: info + - title: ☝🏾 intro entries: - - title: a (nearly) no-CSS, fast, minimalist Jekyll theme. - - title: github repo - url: https://github.com/riggraz/no-style-please - - title: "used by riggraz.dev and many others" + - title: My interest in web development started back in 2013 when I decided to try editing custom Blogspot themes — turns out hacking together a custom reblog button taught me a lot about HTML & CSS! + - title: check out my first blog + # url: https://tamingyourtech.blogspot.com/ + - title: Here are a few technologies I have been working with recently + entries: + - title: React.js + - title: Vue.js + - title: TypeScript + - title: JavaScript + - title: React Native + - title: Ruby (Jekyll) + - title: Node.js + - title: Next.js + - title: Nuxt.js + - title: PHP - - title: all posts + - title: 👨🏾‍💻 where i've worked post_list: - limit: 5 - show_more: true + limit: 7 + show_more: false show_more_text: See archive... show_more_url: archive.html - - title: posts by category - post_list: - category: example2 - show_more: true - show_more_text: See more posts... - show_more_url: example2-archive.html - - - title: rss - url: feed.xml + - title: 💻 some stuff i've built (or helped build) + + entries: + - title: these are just a select few + entries: + - title: cashia + url: cashia + - title: carstore + url: eastfm + - title: pitisha + url: pitisha + - title: dukachapchap + url: dukachapchap + - title: vulcan + url: vulcan + - - title: another list + - title: 📲 get in touch entries: - - title: with subitems + - title: Although I'm not currently looking for any new opportunities, my inbox is always open. Whether you have a question or just want to say hi, I'll try my best to get back to you! entries: - - title: with subsubitems - - title: example page + - title: twitter + url: https://twitter.com/alfaxit + - title: github + url: https://github.com/byronyg + - title: bēhance + url: https://www.behance.net/byronyego + - title: email me url: about - - title: PRO TIP - entries: - - title: to edit this menu, edit _data/menu.yml file \ No newline at end of file diff --git a/_posts/2020-07-08-language-tests.md b/_posts/2011-08-18-carstore.md similarity index 99% rename from _posts/2020-07-08-language-tests.md rename to _posts/2011-08-18-carstore.md index 7ac64ac9e..d5ea3716f 100644 --- a/_posts/2020-07-08-language-tests.md +++ b/_posts/2011-08-18-carstore.md @@ -1,6 +1,6 @@ --- layout: post -title: "Language Tests" +title: "Carstore" category: example2 --- @@ -49,4 +49,4 @@ From [亂數假文產生器 - Chinese Lorem Ipsum.](http://www.richyli.com/tool/ 因林可相儿应满军,热影省条律因资再,整肃赤心将届。 局广写两量备验还,南教事争工民的,备进研上布。 素身电活非直,速这区交示从,百层达。 资量那毛什京身,白这快。 半打容三手开常价或,手严量般象式效,名可重芽门适。 来设什一我么,光界美么或,住身式准。 造酸改表委验众办地百养,商物战众本列听度名院,制压录丽快与千机内。 住需当四议决得命南然照按民置,当住命形金决否矿单外。 气象理离开新集增际,三划方工义很年关,拉许准孝口。 构片出干计由备美打养,持育总指承入无己。 -From [假文生成器, lorem ipsum Chinese](http://www.cancms.com/content/dummytext) \ No newline at end of file +From [假文生成器, lorem ipsum Chinese](http://www.cancms.com/content/dummytext) diff --git a/_posts/2020-07-09-post-example-with-hr.md b/_posts/2016-07-09-stockpot-digital-studio.md similarity index 97% rename from _posts/2020-07-09-post-example-with-hr.md rename to _posts/2016-07-09-stockpot-digital-studio.md index 48848cdcb..c5521ecd8 100644 --- a/_posts/2020-07-09-post-example-with-hr.md +++ b/_posts/2016-07-09-stockpot-digital-studio.md @@ -25,4 +25,4 @@ Feel free to reach out at my email to leave feedback and talk about the article. [^1]: Okay here I should put something about "ipsum". [^2]: same goes for this. -[^3]: I studied latin in high school but im not able to translate *anything*! By the way this is a longer footnote and i think it is still pretty cool, even prettier than shortier ones even though it does not say anything useful but whatever. \ No newline at end of file +[^3]: I studied latin in high school but im not able to translate *anything*! By the way this is a longer footnote and i think it is still pretty cool, even prettier than shortier ones even though it does not say anything useful but whatever. diff --git a/_posts/2020-07-08-very-very-very-long-title-and-very-very-very-short-content.md b/_posts/2020-07-08-radio-africa-group.md similarity index 88% rename from _posts/2020-07-08-very-very-very-long-title-and-very-very-very-short-content.md rename to _posts/2020-07-08-radio-africa-group.md index bd0ca9e40..ed7a75a4c 100644 --- a/_posts/2020-07-08-very-very-very-long-title-and-very-very-very-short-content.md +++ b/_posts/2020-07-08-radio-africa-group.md @@ -3,4 +3,4 @@ layout: post category: example --- -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque vel lacinia neque. Praesent nulla quam, ullamcorper in sollicitudin ac, molestie sed justo. Cras aliquam, sapien id consectetur accumsan, augue magna faucibus ex, ut ultricies turpis tortor vel ante. In at rutrum tellus. Nullam vestibulum metus eu purus malesuada, volutpat mattis leo facilisis. \ No newline at end of file +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque vel lacinia neque. Praesent nulla quam, ullamcorper in sollicitudin ac, molestie sed justo. Cras aliquam, sapien id consectetur accumsan, augue magna faucibus ex, ut ultricies turpis tortor vel ante. In at rutrum tellus. Nullam vestibulum metus eu purus malesuada, volutpat mattis leo facilisis. diff --git a/_posts/2020-07-09-post-example-with-headings-and-toc.md b/_posts/2020-07-09-localhost-limited.md similarity index 100% rename from _posts/2020-07-09-post-example-with-headings-and-toc.md rename to _posts/2020-07-09-localhost-limited.md diff --git a/_posts/2020-07-07-overview-post.md b/_posts/2022-02-02-Cashia.md similarity index 99% rename from _posts/2020-07-07-overview-post.md rename to _posts/2022-02-02-Cashia.md index fc984e219..610483bc4 100644 --- a/_posts/2020-07-07-overview-post.md +++ b/_posts/2022-02-02-Cashia.md @@ -81,4 +81,4 @@ Logo of *no style, please!* theme[^4] [^1]: this is a footnote. It should highlight if you click on the corresponding superscript number. [^2]: hey there, i'm using no style please! [^3]: this is another footnote. -[^4]: this is a very very long footnote to test if a very very long footnote brings some problems or not. I strongly hope that there are no problems but you know sometimes problems arise from nowhere. \ No newline at end of file +[^4]: this is a very very long footnote to test if a very very long footnote brings some problems or not. I strongly hope that there are no problems but you know sometimes problems arise from nowhere. diff --git a/_posts/2020-07-06-strange-post.md b/_posts/cashia.md similarity index 51% rename from _posts/2020-07-06-strange-post.md rename to _posts/cashia.md index 85fb1ed9e..e3d70e612 100644 --- a/_posts/2020-07-06-strange-post.md +++ b/_posts/cashia.md @@ -2,4 +2,4 @@ layout: post --- -This post is strange \ No newline at end of file +This post is strange diff --git a/aseto.md b/aseto.md new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/aseto.md @@ -0,0 +1 @@ + diff --git a/dukachapchap.md b/dukachapchap.md new file mode 100644 index 000000000..ee4abf65f --- /dev/null +++ b/dukachapchap.md @@ -0,0 +1,84 @@ +--- +layout: page +title: Duka Chapchap +--- + +Lorem ipsum[^1] dolor sit amet, consectetur adipiscing elit. Pellentesque vel lacinia neque. Praesent nulla quam, ullamcorper in sollicitudin ac, molestie sed justo. Cras aliquam, sapien id consectetur accumsan, augue magna faucibus ex, ut ultricies turpis tortor vel ante. In at rutrum tellus. + +# Sample heading 1 +## Sample heading 2 +### Sample heading 3 +#### Sample heading 4 +##### Sample heading 5 +###### Sample heading 6 + +Mauris viverra dictum ultricies. Vestibulum quis ipsum euismod, facilisis metus sed, varius ipsum. Donec scelerisque lacus libero, eu dignissim sem venenatis at. Etiam id nisl ut lorem gravida euismod. + +## Lists + +Unordered: + +- Fusce non velit cursus ligula mattis convallis vel at metus[^2]. +- Sed pharetra tellus massa, non elementum eros vulputate non. +- Suspendisse potenti. + +Ordered: + +1. Quisque arcu felis, laoreet vel accumsan sit amet, fermentum at nunc. +2. Sed massa quam, auctor in eros quis, porttitor tincidunt orci. +3. Nulla convallis id sapien ornare viverra. +4. Nam a est eget ligula pellentesque posuere. + +## Blockquote + +The following is a blockquote: + +> Suspendisse tempus dolor nec risus sodales posuere. Proin dui dui, mollis a consectetur molestie, lobortis vitae tellus. + +## Thematic breaks (
) + +Mauris viverra dictum ultricies[^3]. Vestibulum quis ipsum euismod, facilisis metus sed, varius ipsum. Donec scelerisque lacus libero, eu dignissim sem venenatis at. Etiam id nisl ut lorem gravida euismod. **You can put some text inside the horizontal rule like so.** + +--- +{: data-content="hr with text"} + +Mauris viverra dictum ultricies. Vestibulum quis ipsum euismod, facilisis metus sed, varius ipsum. Donec scelerisque lacus libero, eu dignissim sem venenatis at. Etiam id nisl ut lorem gravida euismod. **Or you can just have an clean horizontal rule.** + +--- + +Mauris viverra dictum ultricies. Vestibulum quis ipsum euismod, facilisis metus sed, varius ipsum. Donec scelerisque lacus libero, eu dignissim sem venenatis at. Etiam id nisl ut lorem gravida euismod. Or you can just have an clean horizontal rule. + +## Code + +Now some code: + +``` +const ultimateTruth = 'this theme is the best!'; +console.log(ultimateTruth); +``` + +And here is some `inline code`! + +## Tables + +Now a table: + +| Tables | Are | Cool | +| ------------- |:-------------:| -----:| +| col 3 is | right-aligned | $1600 | +| col 2 is | centered | $12 | +| zebra stripes | are neat | $1 | + +## Images + +![theme logo](https://raw.githubusercontent.com/riggraz/no-style-please/master/logo.png){:.ioda} + +Logo of *no style, please!* theme[^4] + +--- +{: data-content="footnotes"} + +[^1]: this is a footnote. It should highlight if you click on the corresponding superscript number. +[^2]: hey there, i'm using no style please! +[^3]: this is another footnote. +[^4]: this is a very very long footnote to test if a very very long footnote brings some problems or not. I strongly hope that there are no problems but you know sometimes problems arise from nowhere. diff --git a/eastfm.md b/eastfm.md new file mode 100644 index 000000000..b6060caad --- /dev/null +++ b/eastfm.md @@ -0,0 +1,4 @@ +--- +layout: page +title: East FM +--- diff --git a/favicon-32x32.png b/favicon-32x32.png new file mode 100644 index 000000000..a5533ffc0 Binary files /dev/null and b/favicon-32x32.png differ diff --git a/index.md b/index.md index bf0c84b7c..031b4e23b 100644 --- a/index.md +++ b/index.md @@ -1,3 +1,8 @@ --- layout: home ---- \ No newline at end of file +--- + +❤️ thank you for stopping by. + + + diff --git a/pitisha.md b/pitisha.md new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/pitisha.md @@ -0,0 +1 @@ + diff --git a/vulcan.md b/vulcan.md new file mode 100644 index 000000000..d66c8c534 --- /dev/null +++ b/vulcan.md @@ -0,0 +1,5 @@ + +--- +layout: page +title: Vulcan +---