Skip to content

Commit

Permalink
feat(wiserone):
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienrousseau committed Jan 21, 2024
1 parent b241584 commit afef310
Show file tree
Hide file tree
Showing 44 changed files with 1,367 additions and 146 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: 🧪 Audit
on:
push:
branches:
- feat/ssg
- feat/wiserone
pull_request:
branches:
- feat/ssg
- feat/wiserone
release:
types: [created]

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: 🧪 Check
on:
push:
branches:
- feat/ssg
- feat/wiserone
pull_request:
branches:
- feat/ssg
- feat/wiserone
release:
types: [created]

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/document.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: 🧪 Document
on:
push:
branches:
- feat/ssg
- feat/wiserone
pull_request:
branches:
- feat/ssg
- feat/wiserone
release:
types: [created]

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: 🧪 Lint
on:
push:
branches:
- feat/ssg
- feat/wiserone
pull_request:
branches:
- feat/ssg
- feat/wiserone
release:
types: [created]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ jobs:
VERSION: ${{ env.VERSION }}
with:
tag_name: v${{ env.VERSION }}
release_name: Shokunin 職人 Static Site Generator 🦀 v${{ env.VERSION }}
release_name: The Wiser One 🦀 v${{ env.VERSION }}
body_path: ${{ github.workspace }}/CHANGELOG.md
draft: true
prerelease: false
Expand Down
2 changes: 1 addition & 1 deletion 2024_01_21index.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ <h1 class="position-relative lh-1 text-theme">Dreams shape the future, but it's
src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"
defer
></script>
<script type="application/ld+json">{"@context":"http://schema.org/","@type":"BlogPosting","headline":"Dreams shape the future, but it's our relentless pursuit that builds it.","datePublished":"{{last_build_date}}","dateModified":"2024-01-21T06:06:06Z","description":"{{description}}","image":{"@type":"ImageObject","height":"2048","width":"2048","url":"https://kura.pro/wiserone/images/logos/wiserone.webp"},"mainEntityOfPage":{"@type":"WebPage","@id":"{{id}}","name":"{{subtitle}}"},"author":"The Wiser One","copyrightHolder":{"@type":"Person","@id":"The Wiser One"},"copyrightYear":"{{copyright}}","creator":{"@type":"Person","@id":"The Wiser One"},"inLanguage":"{{language}}","name":"wiserone","publisher":{"@type":"Person","@id":"The Wiser One"}}</script>
<script type="application/ld+json">{"@context":"http://schema.org/","@type":"BlogPosting","headline":"Dreams shape the future, but it's our relentless pursuit that builds it.","datePublished":"{{item_pub_date}}","dateModified":"2024-01-21T06:06:06Z","description":"{{description}}","image":{"@type":"ImageObject","height":"2048","width":"2048","url":"https://kura.pro/wiserone/images/logos/wiserone.webp"},"mainEntityOfPage":{"@type":"WebPage","@id":"{{id}}","name":"{{subtitle}}"},"author":"The Wiser One","copyrightHolder":{"@type":"Person","@id":"The Wiser One"},"copyrightYear":"{{copyright}}","creator":{"@type":"Person","@id":"The Wiser One"},"inLanguage":"{{language}}","name":"wiserone","publisher":{"@type":"Person","@id":"The Wiser One"}}</script>
<script type="module" defer>
// This is an Immediately Invoked Function Expression (IIFE) which helps
// to avoid declaring any globals.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ name = "wiserone"
readme = "README.md"
repository = "https://github.com/sebastienrousseau/wiserone"
rust-version = "1.75.0"
version = "0.0.1"
version = "0.0.2"
include = [
"/benches/**",
"/build.rs",
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ To use the `wiserone` library in your project, add the following to your

```toml
[dependencies]
wiserone = "0.0.1"
wiserone = "0.0.2"
```

Add the following to your `main.rs` file:
Expand Down Expand Up @@ -235,6 +235,6 @@ providing a lot of useful suggestions on how to improve this project.
[crates-badge]: https://img.shields.io/crates/v/wiserone.svg?style=for-the-badge 'Crates.io badge'
[divider]: https://kura.pro/common/images/elements/divider.svg "divider"
[docs-badge]: https://img.shields.io/docsrs/wiserone.svg?style=for-the-badge 'Docs.rs badge'
[libs-badge]: https://img.shields.io/badge/lib.rs-v0.0.1-orange.svg?style=for-the-badge 'Lib.rs badge'
[libs-badge]: https://img.shields.io/badge/lib.rs-v0.0.2-orange.svg?style=for-the-badge 'Lib.rs badge'
[license-badge]: https://img.shields.io/crates/l/wiserone.svg?style=for-the-badge 'License badge'
[made-with-rust-badge]: https://img.shields.io/badge/rust-f04041?style=for-the-badge&labelColor=c0282d&logo=rust 'Made With Rust badge'
43 changes: 40 additions & 3 deletions _layouts/quote.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,38 @@

<head>
<meta charset="{{charset}}" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta itemprop="datePublished" content="{{item_pub_date}}" id="date">
<meta itemprop="dateModified" content="{{item_pub_date}}" id="last-modified">

<title>Insights from The Wiser One: Pearls of Wisdom</title>
<meta content="{{author}}" name="author">
<meta content="{{description}}" name="description">
<meta content="wiserone, wisdom, inspiration, motivation, positivity, resilience, mindfulness, success, happiness, quotes, life-lessons" name="keywords">
<meta content="{{url}}" name="permalink">
<meta content="general" name="rating">
<meta content="no-referrer" name="referrer">
<meta content="7 days" name="revisit-after">
<meta content="index, follow" name="robots">
<meta content="telephone=no" name="format-detection">
<meta content="en-GB" name="language">
<meta content="0,102,204" name="theme-color">
<meta content="width=device-width,initial-scale=1,shrink-to-fit=no" name="viewport">
<meta content="{{logo}}" name="og:image">
<meta content="{{title}}" name="og:image:alt">
<meta content="161.8" name="og:image:height">
<meta content="161.8" name="og:image:width">
<meta content="en_GB" name="og:locale">
<meta content="{{title}}" name="og:title">
<meta content="website" name="og:type">
<meta content="{{url}}" name="og:url">
<meta content="ARIA, fullKeyboardControl, noFlashingHazard" name="accessibility">
<meta content="portrait" name="apple_mobile_web_app_orientations">
<meta content="192x192" name="apple_touch_icon_sizes">
<meta content="yes" name="apple-mobile-web-app-capable">
<meta content="black" name="apple-mobile-web-app-status-bar-inset">
<meta content="black-translucent" name="apple-mobile-web-app-status-bar-style">
<meta content="{{title}}" name="apple-mobile-web-app-title">
<meta content="yes" name="apple-touch-fullscreen">

<!-- # Start Content Security Policy Meta Tags -->
<meta http-equiv="Content-Security-Policy" content="default-src 'self';
Expand All @@ -21,6 +47,17 @@
media-src 'self';" />
<!-- # End Content Security Policy Meta Tags -->

<meta content="rgb(255, 39, 34)" name="msapplication-navbutton-color">
<meta content="summary" name="twitter:card">
<meta content="@wwdseb" name="twitter:creator">
<meta content="{{title}}" name="twitter:title">
<meta content="{{description}}" name="twitter:description">
<meta content="{{url}}" name="twitter:url">
<meta content="{{logo}}" name="twitter:image">
<meta content="{{title}}" name="twitter:image:alt">
<meta content="161.8" name="twitter:image:height">
<meta content="161.8" name="twitter:image:width">

<!-- # Start Links -->
<link rel="alternate" href="{{url}}" hreflang="{{hreflang}}" />
<link rel="preload" as="image" href="{{banner}}">
Expand Down Expand Up @@ -310,7 +347,7 @@
<h1 class="position-relative fs-2 text-theme">{{title}}</h1>
<p class="position-relative fs-4">{{author}}
<br />
<span class="position-relative fs-6">London, {{date}}</span>
<span class="position-relative fs-6">{{date}}</span>
</p>

<!-- Left arrow for previous day -->
Expand All @@ -325,7 +362,7 @@ <h1 class="position-relative fs-2 text-theme">{{title}}</h1>
integrity="sha384-geWF76RCwLtnZ8qwWowPQNguL3RmwHVBC9FhGdlKrxdiJJigb/j/68SIy3Te4Bkz"
src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js" defer></script>
<script
type="application/ld+json">{"@context":"http://schema.org/","@type":"BlogPosting","headline":"{{title}}","datePublished":"{{last_build_date}}","dateModified":"{{item_pub_date}}","description":"{{description}}","image":{"@type":"ImageObject","height":"2048","width":"2048","url":"{{logo}}"},"mainEntityOfPage":{"@type":"WebPage","@id":"{{id}}","name":"{{subtitle}}"},"author":"{{author}}","copyrightHolder":{"@type":"Person","@id":"{{author}}"},"copyrightYear":"{{copyright}}","creator":{"@type":"Person","@id":"{{author}}"},"inLanguage":"{{language}}","name":"{{name}}","publisher":{"@type":"Person","@id":"{{author}}"}}</script>
type="application/ld+json">{"@context":"http://schema.org/","@type":"BlogPosting","headline":"{{title}}","datePublished":"{{item_pub_date}}","dateModified":"{{item_pub_date}}","description":"{{description}}","image":{"@type":"ImageObject","height":"2048","width":"2048","url":"{{logo}}"},"mainEntityOfPage":{"@type":"WebPage","@id":"{{id}}","name":"{{subtitle}}"},"author":"{{author}}","copyrightHolder":{"@type":"Person","@id":"{{author}}"},"copyrightYear":"{{copyright}}","creator":{"@type":"Person","@id":"{{author}}"},"inLanguage":"{{language}}","name":"{{name}}","publisher":{"@type":"Person","@id":"{{author}}"}}</script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id={{measurementID}}"></script>
<script>
Expand Down
43 changes: 40 additions & 3 deletions docs/2024_01_01.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,38 @@

<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta itemprop="datePublished" content="2024-01-01T06:06:06Z" id="date">
<meta itemprop="dateModified" content="2024-01-01T06:06:06Z" id="last-modified">

<title>Insights from The Wiser One: Pearls of Wisdom</title>
<meta content="The Wiser One" name="author">
<meta content="Daily nuggets of wisdom in a clean, minimalist design, inspiring deeper thought and personal growth with every visit." name="description">
<meta content="wiserone, wisdom, inspiration, motivation, positivity, resilience, mindfulness, success, happiness, quotes, life-lessons" name="keywords">
<meta content="https://wiserone.com" name="permalink">
<meta content="general" name="rating">
<meta content="no-referrer" name="referrer">
<meta content="7 days" name="revisit-after">
<meta content="index, follow" name="robots">
<meta content="telephone=no" name="format-detection">
<meta content="en-GB" name="language">
<meta content="0,102,204" name="theme-color">
<meta content="width=device-width,initial-scale=1,shrink-to-fit=no" name="viewport">
<meta content="https://kura.pro/wiserone/images/logos/wiserone.webp" name="og:image">
<meta content="Innovation is not about saying yes to everything, but about saying no to all but the most crucial features." name="og:image:alt">
<meta content="161.8" name="og:image:height">
<meta content="161.8" name="og:image:width">
<meta content="en_GB" name="og:locale">
<meta content="Innovation is not about saying yes to everything, but about saying no to all but the most crucial features." name="og:title">
<meta content="website" name="og:type">
<meta content="https://wiserone.com" name="og:url">
<meta content="ARIA, fullKeyboardControl, noFlashingHazard" name="accessibility">
<meta content="portrait" name="apple_mobile_web_app_orientations">
<meta content="192x192" name="apple_touch_icon_sizes">
<meta content="yes" name="apple-mobile-web-app-capable">
<meta content="black" name="apple-mobile-web-app-status-bar-inset">
<meta content="black-translucent" name="apple-mobile-web-app-status-bar-style">
<meta content="Innovation is not about saying yes to everything, but about saying no to all but the most crucial features." name="apple-mobile-web-app-title">
<meta content="yes" name="apple-touch-fullscreen">

<!-- # Start Content Security Policy Meta Tags -->
<meta http-equiv="Content-Security-Policy" content="default-src 'self';
Expand All @@ -21,6 +47,17 @@
media-src 'self';" />
<!-- # End Content Security Policy Meta Tags -->

<meta content="rgb(255, 39, 34)" name="msapplication-navbutton-color">
<meta content="summary" name="twitter:card">
<meta content="@wwdseb" name="twitter:creator">
<meta content="Innovation is not about saying yes to everything, but about saying no to all but the most crucial features." name="twitter:title">
<meta content="Daily nuggets of wisdom in a clean, minimalist design, inspiring deeper thought and personal growth with every visit." name="twitter:description">
<meta content="https://wiserone.com" name="twitter:url">
<meta content="https://kura.pro/wiserone/images/logos/wiserone.webp" name="twitter:image">
<meta content="Innovation is not about saying yes to everything, but about saying no to all but the most crucial features." name="twitter:image:alt">
<meta content="161.8" name="twitter:image:height">
<meta content="161.8" name="twitter:image:width">

<!-- # Start Links -->
<link rel="alternate" href="https://wiserone.com" hreflang="en" />
<link rel="preload" as="image" href="https://kura.pro/stock/images/banners/vitalis-hirschmann-4ErRQkRiOv4.webp">
Expand Down Expand Up @@ -310,7 +347,7 @@
<h1 class="position-relative fs-2 text-theme">Innovation is not about saying yes to everything, but about saying no to all but the most crucial features.</h1>
<p class="position-relative fs-4">The Wiser One
<br />
<span class="position-relative fs-6">London, 2024-01-01</span>
<span class="position-relative fs-6">2024-01-01</span>
</p>

<!-- Left arrow for previous day -->
Expand All @@ -325,7 +362,7 @@ <h1 class="position-relative fs-2 text-theme">Innovation is not about saying yes
integrity="sha384-geWF76RCwLtnZ8qwWowPQNguL3RmwHVBC9FhGdlKrxdiJJigb/j/68SIy3Te4Bkz"
src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js" defer></script>
<script
type="application/ld+json">{"@context":"http://schema.org/","@type":"BlogPosting","headline":"Innovation is not about saying yes to everything, but about saying no to all but the most crucial features.","datePublished":"{{last_build_date}}","dateModified":"2024-01-01T06:06:06Z","description":"Daily nuggets of wisdom in a clean, minimalist design, inspiring deeper thought and personal growth with every visit.","image":{"@type":"ImageObject","height":"2048","width":"2048","url":"https://kura.pro/wiserone/images/logos/wiserone.webp"},"mainEntityOfPage":{"@type":"WebPage","@id":"{{id}}","name":"{{subtitle}}"},"author":"The Wiser One","copyrightHolder":{"@type":"Person","@id":"The Wiser One"},"copyrightYear":"{{copyright}}","creator":{"@type":"Person","@id":"The Wiser One"},"inLanguage":"{{language}}","name":"wiserone","publisher":{"@type":"Person","@id":"The Wiser One"}}</script>
type="application/ld+json">{"@context":"http://schema.org/","@type":"BlogPosting","headline":"Innovation is not about saying yes to everything, but about saying no to all but the most crucial features.","datePublished":"2024-01-01T06:06:06Z","dateModified":"2024-01-01T06:06:06Z","description":"Daily nuggets of wisdom in a clean, minimalist design, inspiring deeper thought and personal growth with every visit.","image":{"@type":"ImageObject","height":"2048","width":"2048","url":"https://kura.pro/wiserone/images/logos/wiserone.webp"},"mainEntityOfPage":{"@type":"WebPage","@id":"{{id}}","name":"{{subtitle}}"},"author":"The Wiser One","copyrightHolder":{"@type":"Person","@id":"The Wiser One"},"copyrightYear":"{{copyright}}","creator":{"@type":"Person","@id":"The Wiser One"},"inLanguage":"{{language}}","name":"wiserone","publisher":{"@type":"Person","@id":"The Wiser One"}}</script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-4HKZ6N3QSC"></script>
<script>
Expand Down
Loading

0 comments on commit afef310

Please sign in to comment.