Skip to content

Commit afc496a

Browse files
committed
deploy: c2442fb
1 parent 9b82433 commit afc496a

File tree

3 files changed

+31
-31
lines changed

3 files changed

+31
-31
lines changed

feed.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator><link href="https://rawfeed.github.io/feed.xml" rel="self" type="application/atom+xml" /><link href="https://rawfeed.github.io/" rel="alternate" type="text/html" /><updated>2025-10-28T16:50:17+00:00</updated><id>https://rawfeed.github.io/feed.xml</id><entry><title type="html">Jekyll Theme new version 0.2.0</title><link href="https://rawfeed.github.io/blog/jekyll-theme/" rel="alternate" type="text/html" title="Jekyll Theme new version 0.2.0" /><published>2025-10-19T00:00:00+00:00</published><updated>2025-10-19T00:00:00+00:00</updated><id>https://rawfeed.github.io/blog/jekyll-theme</id><content type="html" xml:base="https://rawfeed.github.io/blog/jekyll-theme/"><![CDATA[<p>Velit qui eiusmod irure qui cillum Lorem consectetur mollit.</p>]]></content><author><name></name></author><summary type="html"><![CDATA[New version]]></summary></entry></feed>
1+
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator><link href="https://rawfeed.github.io/feed.xml" rel="self" type="application/atom+xml" /><link href="https://rawfeed.github.io/" rel="alternate" type="text/html" /><updated>2025-10-28T16:52:06+00:00</updated><id>https://rawfeed.github.io/feed.xml</id><entry><title type="html">Jekyll Theme new version 0.2.0</title><link href="https://rawfeed.github.io/blog/jekyll-theme/" rel="alternate" type="text/html" title="Jekyll Theme new version 0.2.0" /><published>2025-10-19T00:00:00+00:00</published><updated>2025-10-19T00:00:00+00:00</updated><id>https://rawfeed.github.io/blog/jekyll-theme</id><content type="html" xml:base="https://rawfeed.github.io/blog/jekyll-theme/"><![CDATA[<p>Velit qui eiusmod irure qui cillum Lorem consectetur mollit.</p>]]></content><author><name></name></author><summary type="html"><![CDATA[New version]]></summary></entry></feed>

rawfeed-jekyll/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
<span class="na">dark</span><span class="pi">:</span> <span class="s">your_image_dark.png</span>
1111
<span class="na">back</span><span class="pi">:</span> <span class="s">your_image_back.png</span>
1212
</code></pre></div></div><p>For the favicon, you can do the same: place your favicon (.png) in the <code class="language-plaintext highlighter-rouge">assets/images</code> directory.</p><h2 id="style">Style</h2><p>If you want to change the MAIN colors of <strong>rawfeed-jekyll</strong>, you can also do that by simply creating the <code class="language-plaintext highlighter-rouge">assets/css/custom.css</code> file and adding the structure below for the <strong>light</strong> and <strong>dark</strong> themes:</p><div class="language-css highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nd">:root</span><span class="o">[</span><span class="nt">data-theme</span><span class="o">=</span><span class="s1">"light"</span><span class="o">]</span> <span class="p">{</span>
13-
<span class="py">--bg-color</span><span class="p">:</span> <span class="nx">#c2c2c2</span> <span class="cp">!important</span><span class="p">;</span> <span class="err">//</span> <span class="err">background</span> <span class="err">color</span>
14-
<span class="py">--primary-color</span><span class="p">:</span> <span class="nx">blue</span> <span class="cp">!important</span><span class="p">;</span> <span class="err">//</span> <span class="err">link</span> <span class="err">color</span>
15-
<span class="py">--text-color</span><span class="p">:</span> <span class="nx">black</span> <span class="cp">!important</span><span class="p">;</span> <span class="err">//</span> <span class="err">text</span> <span class="err">color</span>
13+
<span class="py">--bg-color</span><span class="p">:</span> <span class="nx">#c2c2c2</span> <span class="cp">!important</span><span class="p">;</span>
14+
<span class="py">--primary-color</span><span class="p">:</span> <span class="nx">blue</span> <span class="cp">!important</span><span class="p">;</span>
15+
<span class="py">--text-color</span><span class="p">:</span> <span class="nx">black</span> <span class="cp">!important</span><span class="p">;</span>
1616
<span class="p">}</span>
1717

1818
<span class="nd">:root</span><span class="o">[</span><span class="nt">data-theme</span><span class="o">=</span><span class="s1">"dark"</span><span class="o">]</span> <span class="p">{</span>
19-
<span class="py">--bg-color</span><span class="p">:</span> <span class="nx">#222222</span> <span class="cp">!important</span><span class="p">;</span> <span class="err">//</span> <span class="err">background</span> <span class="err">color</span>
20-
<span class="py">--primary-color</span><span class="p">:</span> <span class="nx">cyan</span> <span class="cp">!important</span><span class="p">;</span> <span class="err">//</span> <span class="err">link</span> <span class="err">color</span>
21-
<span class="py">--text-color</span><span class="p">:</span> <span class="nx">white</span> <span class="cp">!important</span><span class="p">;</span> <span class="err">//</span> <span class="err">text</span> <span class="err">color</span>
19+
<span class="py">--bg-color</span><span class="p">:</span> <span class="nx">#222222</span> <span class="cp">!important</span><span class="p">;</span>
20+
<span class="py">--primary-color</span><span class="p">:</span> <span class="nx">cyan</span> <span class="cp">!important</span><span class="p">;</span>
21+
<span class="py">--text-color</span><span class="p">:</span> <span class="nx">white</span> <span class="cp">!important</span><span class="p">;</span>
2222
<span class="p">}</span>
2323
</code></pre></div></div><blockquote><p>Note: Don’t forget the <code class="language-plaintext highlighter-rouge">!important</code></p></blockquote><h2 id="posts">Posts</h2><p>Creating a blog post is very easy, first you create a draft (<code class="language-plaintext highlighter-rouge">npm run create:draft</code>) and after you finish the draft, you move it to the post with the command <code class="language-plaintext highlighter-rouge">npm run post:draft</code>.</p><blockquote><p>Note: If you start the server (<code class="language-plaintext highlighter-rouge">npm run serve</code>), drafts will appear in posts, but they will not go into production mode (<code class="language-plaintext highlighter-rouge">npm run build</code>).</p></blockquote><p><strong>Comments:</strong></p><p>Post comments use <a href="https://giscus.app" target="_blank">Giscus</a> or <a href="https://disqus.com" target="_blank">Disqus</a>, configurable in the <code class="language-plaintext highlighter-rouge">_data/options.yml</code> file under <code class="language-plaintext highlighter-rouge">section: [blog]</code>. Whichever one you choose, you must set the appropriate settings in the <code class="language-plaintext highlighter-rouge">_config.yml</code> file under <code class="language-plaintext highlighter-rouge">section: [blog]</code>, and each post must have <code class="language-plaintext highlighter-rouge">comments: true</code> set.</p><p>To learn more about both, such as how to set them up, visit <a href="https://giscus.app" target="_blank">Giscus</a> or <a href="https://disqus.com" target="_blank">Disqus</a>.</p><h1 id="vendors">Vendors</h1><p>[ Technologies and Services Used ]</p><p>This <a href="https://jekyllrb.com" target="_blank">Jekyll</a> theme was developed using the following services and technologies, to whom we would like to thank for their work and availability:</p><table><thead><tr><th>Vendor</th><th>Link</th><th>Use in Theme</th></tr></thead><tbody><tr><td><strong>Bootstrap 5</strong></td><td><a href="https://getbootstrap.com/" target="_blank">https://getbootstrap.com</a></td><td>Framework for responsive design and base components</td></tr><tr><td><strong>Font Awesome</strong></td><td><a href="https://fontawesome.com/" target="_blank">https://fontawesome.com</a></td><td>Providing vector icons</td></tr><tr><td><strong>Google Fonts</strong></td><td><a href="https://fonts.google.com/" target="_blank">https://fonts.google.com</a></td><td>Styling and appearance of texts (custom fonts)</td></tr><tr><td><strong>Google Apps Script</strong></td><td><a href="https://developers.google.com/apps-script" target="_blank">https://developers.google.com/apps-script</a></td><td>Email sending and form processing functionality (Contact page).</td></tr><tr><td><strong>Google reCAPTCHA</strong></td><td><a href="https://www.google.com/recaptcha/about/" target="_blank">https://www.google.com/recaptcha/about/</a></td><td>Form spam protection (if implemented).</td></tr><tr><td><strong>Giscus</strong></td><td><a href="https://giscus.app/" target="_blank">https://giscus.app</a></td><td><em>GitHub Discussions-based commenting system option</em></td></tr><tr><td><strong>Disqus</strong></td><td><a href="https://disqus.com/" target="_blank">https://disqus.com</a></td><td><em>Comment system option</em></td></tr></tbody></table><h2 id="donation">Donation</h2><p>Click on the image below to be redirected the donation forms:</p><div class="donate"><a href="https://github.com/williamcanin/donations/blob/main/README.md"><img width="160" height="100" src="https://raw.githubusercontent.com/williamcanin/donations/main/svg/donate/donate-hand.svg" alt="Donations"></a></div><h1 id="changelog">Changelog</h1><p>See all version changes <a href="/rawfeed-jekyll/changelog/">here</a></p><h1 id="license">License</h1><p>The theme is available as open source under the terms of <a href="/rawfeed-jekyll/license/">this License</a>.</p></div></div></main><footer class="footer"><div class="container"><div class="row"><div class="col-md-4"><h5>{rawfeed} <span style="color:#b1b1b1;font-size:.75rem">Organization</span></h5><p>A raw source of minimal web themes.</p><p>Made with ❤️ by <a href="https://williamcanin.github.io" target="_blank">William C. Canin</a></p></div><div class="col-md-2"><h5>Company</h5><p><a href="/">Home</a></p><p><a href="/about/">About</a></p><p><a href="/contribute/">Contribute</a></p></div><div class="col-md-2"><h5>Projects</h5><p><a href="/rawfeed-jekyll/">Jekyll Theme</a></p></div><div class="col-md-2"><h5>Community</h5><p><a href="https://github.com/rawfeed" target="_blank">GitHub</a></p></div></div></div></footer></body></html>

sitemap.xml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -27,98 +27,98 @@
2727
</url>
2828
<url>
2929
<loc>https://rawfeed.github.io/rawfeed-jekyll/preview/any-page/</loc>
30-
<lastmod>2025-10-28T16:50:09+00:00</lastmod>
30+
<lastmod>2025-10-28T16:51:56+00:00</lastmod>
3131
</url>
3232
<url>
3333
<loc>https://rawfeed.github.io/rawfeed-jekyll/preview/blog/content-styles-and-codeblocks/</loc>
34-
<lastmod>2025-10-28T16:50:09+00:00</lastmod>
34+
<lastmod>2025-10-28T16:51:56+00:00</lastmod>
3535
</url>
3636
<url>
3737
<loc>https://rawfeed.github.io/rawfeed-jekyll/preview/blog/</loc>
38-
<lastmod>2025-10-28T16:50:09+00:00</lastmod>
38+
<lastmod>2025-10-28T16:51:56+00:00</lastmod>
3939
</url>
4040
<url>
4141
<loc>https://rawfeed.github.io/rawfeed-jekyll/preview/blog/tags/chart/</loc>
42-
<lastmod>2025-10-28T16:50:09+00:00</lastmod>
42+
<lastmod>2025-10-28T16:51:56+00:00</lastmod>
4343
</url>
4444
<url>
4545
<loc>https://rawfeed.github.io/rawfeed-jekyll/preview/blog/tags/codeblocks/</loc>
46-
<lastmod>2025-10-28T16:50:09+00:00</lastmod>
46+
<lastmod>2025-10-28T16:51:56+00:00</lastmod>
4747
</url>
4848
<url>
4949
<loc>https://rawfeed.github.io/rawfeed-jekyll/preview/blog/tags/example/</loc>
50-
<lastmod>2025-10-28T16:50:09+00:00</lastmod>
50+
<lastmod>2025-10-28T16:51:56+00:00</lastmod>
5151
</url>
5252
<url>
5353
<loc>https://rawfeed.github.io/rawfeed-jekyll/preview/blog/tags/html/</loc>
54-
<lastmod>2025-10-28T16:50:09+00:00</lastmod>
54+
<lastmod>2025-10-28T16:51:56+00:00</lastmod>
5555
</url>
5656
<url>
5757
<loc>https://rawfeed.github.io/rawfeed-jekyll/preview/blog/tags/include/</loc>
58-
<lastmod>2025-10-28T16:50:09+00:00</lastmod>
58+
<lastmod>2025-10-28T16:51:56+00:00</lastmod>
5959
</url>
6060
<url>
6161
<loc>https://rawfeed.github.io/rawfeed-jekyll/preview/blog/tags/</loc>
62-
<lastmod>2025-10-28T16:50:09+00:00</lastmod>
62+
<lastmod>2025-10-28T16:51:56+00:00</lastmod>
6363
</url>
6464
<url>
6565
<loc>https://rawfeed.github.io/rawfeed-jekyll/preview/blog/tags/jekyll/</loc>
66-
<lastmod>2025-10-28T16:50:09+00:00</lastmod>
66+
<lastmod>2025-10-28T16:51:56+00:00</lastmod>
6767
</url>
6868
<url>
6969
<loc>https://rawfeed.github.io/rawfeed-jekyll/preview/blog/tags/raw/</loc>
70-
<lastmod>2025-10-28T16:50:09+00:00</lastmod>
70+
<lastmod>2025-10-28T16:51:56+00:00</lastmod>
7171
</url>
7272
<url>
7373
<loc>https://rawfeed.github.io/rawfeed-jekyll/preview/blog/tags/ruby/</loc>
74-
<lastmod>2025-10-28T16:50:09+00:00</lastmod>
74+
<lastmod>2025-10-28T16:51:56+00:00</lastmod>
7575
</url>
7676
<url>
7777
<loc>https://rawfeed.github.io/rawfeed-jekyll/preview/blog/tags/rust/</loc>
78-
<lastmod>2025-10-28T16:50:09+00:00</lastmod>
78+
<lastmod>2025-10-28T16:51:56+00:00</lastmod>
7979
</url>
8080
<url>
8181
<loc>https://rawfeed.github.io/rawfeed-jekyll/preview/blog/tags/style/</loc>
82-
<lastmod>2025-10-28T16:50:09+00:00</lastmod>
82+
<lastmod>2025-10-28T16:51:56+00:00</lastmod>
8383
</url>
8484
<url>
8585
<loc>https://rawfeed.github.io/rawfeed-jekyll/preview/blog/tags/welcome/</loc>
86-
<lastmod>2025-10-28T16:50:09+00:00</lastmod>
86+
<lastmod>2025-10-28T16:51:56+00:00</lastmod>
8787
</url>
8888
<url>
8989
<loc>https://rawfeed.github.io/rawfeed-jekyll/preview/blog/this-post-demonstrates-post-codeblocks/</loc>
90-
<lastmod>2025-10-28T16:50:09+00:00</lastmod>
90+
<lastmod>2025-10-28T16:51:56+00:00</lastmod>
9191
</url>
9292
<url>
9393
<loc>https://rawfeed.github.io/rawfeed-jekyll/preview/blog/this-post-demonstrates-post-content-styles/</loc>
94-
<lastmod>2025-10-28T16:50:09+00:00</lastmod>
94+
<lastmod>2025-10-28T16:51:56+00:00</lastmod>
9595
</url>
9696
<url>
9797
<loc>https://rawfeed.github.io/rawfeed-jekyll/preview/blog/welcome-to-jekyll/</loc>
98-
<lastmod>2025-10-28T16:50:09+00:00</lastmod>
98+
<lastmod>2025-10-28T16:51:56+00:00</lastmod>
9999
</url>
100100
<url>
101101
<loc>https://rawfeed.github.io/rawfeed-jekyll/preview/contact/</loc>
102-
<lastmod>2025-10-28T16:50:09+00:00</lastmod>
102+
<lastmod>2025-10-28T16:51:56+00:00</lastmod>
103103
</url>
104104
<url>
105105
<loc>https://rawfeed.github.io/rawfeed-jekyll/preview/</loc>
106-
<lastmod>2025-10-28T16:50:09+00:00</lastmod>
106+
<lastmod>2025-10-28T16:51:56+00:00</lastmod>
107107
</url>
108108
<url>
109109
<loc>https://rawfeed.github.io/rawfeed-jekyll/preview/licenses/</loc>
110-
<lastmod>2025-10-28T16:50:09+00:00</lastmod>
110+
<lastmod>2025-10-28T16:51:56+00:00</lastmod>
111111
</url>
112112
<url>
113113
<loc>https://rawfeed.github.io/rawfeed-jekyll/preview/pixels/first-my-pixel/</loc>
114-
<lastmod>2025-10-28T16:50:09+00:00</lastmod>
114+
<lastmod>2025-10-28T16:51:56+00:00</lastmod>
115115
</url>
116116
<url>
117117
<loc>https://rawfeed.github.io/rawfeed-jekyll/preview/pixels/</loc>
118-
<lastmod>2025-10-28T16:50:09+00:00</lastmod>
118+
<lastmod>2025-10-28T16:51:56+00:00</lastmod>
119119
</url>
120120
<url>
121121
<loc>https://rawfeed.github.io/rawfeed-jekyll/preview/resume/</loc>
122-
<lastmod>2025-10-28T16:50:09+00:00</lastmod>
122+
<lastmod>2025-10-28T16:51:56+00:00</lastmod>
123123
</url>
124124
</urlset>

0 commit comments

Comments
 (0)