Fix: Resolve submodule issue by tracking theme files directly
@ -1 +0,0 @@
|
||||
Subproject commit c65dfc41336e38092a57dc994012fe40f925d163
|
||||
17
themes/lightbi/.gitattributes
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
# Auto detect text files and perform LF normalization
|
||||
* text=auto
|
||||
|
||||
# Custom for Visual Studio
|
||||
*.cs diff=csharp
|
||||
|
||||
# Standard to msysgit
|
||||
*.doc diff=astextplain
|
||||
*.DOC diff=astextplain
|
||||
*.docx diff=astextplain
|
||||
*.DOCX diff=astextplain
|
||||
*.dot diff=astextplain
|
||||
*.DOT diff=astextplain
|
||||
*.pdf diff=astextplain
|
||||
*.PDF diff=astextplain
|
||||
*.rtf diff=astextplain
|
||||
*.RTF diff=astextplain
|
||||
51
themes/lightbi/.gitignore
vendored
Normal file
@ -0,0 +1,51 @@
|
||||
# website build is excluding
|
||||
public/
|
||||
.hugo_build.lock
|
||||
resources/
|
||||
|
||||
# Windows image file caches
|
||||
Thumbs.db
|
||||
ehthumbs.db
|
||||
|
||||
# Folder config file
|
||||
Desktop.ini
|
||||
|
||||
# Recycle Bin used on file shares
|
||||
$RECYCLE.BIN/
|
||||
|
||||
# Windows Installer files
|
||||
*.cab
|
||||
*.msi
|
||||
*.msm
|
||||
*.msp
|
||||
|
||||
# Windows shortcuts
|
||||
*.lnk
|
||||
|
||||
# Vim swap files
|
||||
*.swp
|
||||
|
||||
# =========================
|
||||
# Operating System Files
|
||||
# =========================
|
||||
|
||||
# OSX
|
||||
# =========================
|
||||
|
||||
.DS_Store
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
|
||||
# Thumbnails
|
||||
._*
|
||||
|
||||
# Files that might appear on external disk
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
|
||||
# Directories potentially created on remote AFP share
|
||||
.AppleDB
|
||||
.AppleDesktop
|
||||
Network Trash Folder
|
||||
Temporary Items
|
||||
.apdisk
|
||||
128
themes/lightbi/CODE_OF_CONDUCT.md
Normal file
@ -0,0 +1,128 @@
|
||||
# Contributor Covenant Code of Conduct
|
||||
|
||||
## Our Pledge
|
||||
|
||||
We as members, contributors, and leaders pledge to make participation in our
|
||||
community a harassment-free experience for everyone, regardless of age, body
|
||||
size, visible or invisible disability, ethnicity, sex characteristics, gender
|
||||
identity and expression, level of experience, education, socio-economic status,
|
||||
nationality, personal appearance, race, religion, or sexual identity
|
||||
and orientation.
|
||||
|
||||
We pledge to act and interact in ways that contribute to an open, welcoming,
|
||||
diverse, inclusive, and healthy community.
|
||||
|
||||
## Our Standards
|
||||
|
||||
Examples of behavior that contributes to a positive environment for our
|
||||
community include:
|
||||
|
||||
* Demonstrating empathy and kindness toward other people
|
||||
* Being respectful of differing opinions, viewpoints, and experiences
|
||||
* Giving and gracefully accepting constructive feedback
|
||||
* Accepting responsibility and apologizing to those affected by our mistakes,
|
||||
and learning from the experience
|
||||
* Focusing on what is best not just for us as individuals, but for the
|
||||
overall community
|
||||
|
||||
Examples of unacceptable behavior include:
|
||||
|
||||
* The use of sexualized language or imagery, and sexual attention or
|
||||
advances of any kind
|
||||
* Trolling, insulting or derogatory comments, and personal or political attacks
|
||||
* Public or private harassment
|
||||
* Publishing others' private information, such as a physical or email
|
||||
address, without their explicit permission
|
||||
* Other conduct which could reasonably be considered inappropriate in a
|
||||
professional setting
|
||||
|
||||
## Enforcement Responsibilities
|
||||
|
||||
Community leaders are responsible for clarifying and enforcing our standards of
|
||||
acceptable behavior and will take appropriate and fair corrective action in
|
||||
response to any behavior that they deem inappropriate, threatening, offensive,
|
||||
or harmful.
|
||||
|
||||
Community leaders have the right and responsibility to remove, edit, or reject
|
||||
comments, commits, code, wiki edits, issues, and other contributions that are
|
||||
not aligned to this Code of Conduct, and will communicate reasons for moderation
|
||||
decisions when appropriate.
|
||||
|
||||
## Scope
|
||||
|
||||
This Code of Conduct applies within all community spaces, and also applies when
|
||||
an individual is officially representing the community in public spaces.
|
||||
Examples of representing our community include using an official e-mail address,
|
||||
posting via an official social media account, or acting as an appointed
|
||||
representative at an online or offline event.
|
||||
|
||||
## Enforcement
|
||||
|
||||
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
||||
reported to the community leaders responsible for enforcement at
|
||||
.
|
||||
All complaints will be reviewed and investigated promptly and fairly.
|
||||
|
||||
All community leaders are obligated to respect the privacy and security of the
|
||||
reporter of any incident.
|
||||
|
||||
## Enforcement Guidelines
|
||||
|
||||
Community leaders will follow these Community Impact Guidelines in determining
|
||||
the consequences for any action they deem in violation of this Code of Conduct:
|
||||
|
||||
### 1. Correction
|
||||
|
||||
**Community Impact**: Use of inappropriate language or other behavior deemed
|
||||
unprofessional or unwelcome in the community.
|
||||
|
||||
**Consequence**: A private, written warning from community leaders, providing
|
||||
clarity around the nature of the violation and an explanation of why the
|
||||
behavior was inappropriate. A public apology may be requested.
|
||||
|
||||
### 2. Warning
|
||||
|
||||
**Community Impact**: A violation through a single incident or series
|
||||
of actions.
|
||||
|
||||
**Consequence**: A warning with consequences for continued behavior. No
|
||||
interaction with the people involved, including unsolicited interaction with
|
||||
those enforcing the Code of Conduct, for a specified period of time. This
|
||||
includes avoiding interactions in community spaces as well as external channels
|
||||
like social media. Violating these terms may lead to a temporary or
|
||||
permanent ban.
|
||||
|
||||
### 3. Temporary Ban
|
||||
|
||||
**Community Impact**: A serious violation of community standards, including
|
||||
sustained inappropriate behavior.
|
||||
|
||||
**Consequence**: A temporary ban from any sort of interaction or public
|
||||
communication with the community for a specified period of time. No public or
|
||||
private interaction with the people involved, including unsolicited interaction
|
||||
with those enforcing the Code of Conduct, is allowed during this period.
|
||||
Violating these terms may lead to a permanent ban.
|
||||
|
||||
### 4. Permanent Ban
|
||||
|
||||
**Community Impact**: Demonstrating a pattern of violation of community
|
||||
standards, including sustained inappropriate behavior, harassment of an
|
||||
individual, or aggression toward or disparagement of classes of individuals.
|
||||
|
||||
**Consequence**: A permanent ban from any sort of public interaction within
|
||||
the community.
|
||||
|
||||
## Attribution
|
||||
|
||||
This Code of Conduct is adapted from the [Contributor Covenant][homepage],
|
||||
version 2.0, available at
|
||||
https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.
|
||||
|
||||
Community Impact Guidelines were inspired by [Mozilla's code of conduct
|
||||
enforcement ladder](https://github.com/mozilla/diversity).
|
||||
|
||||
[homepage]: https://www.contributor-covenant.org
|
||||
|
||||
For answers to common questions about this code of conduct, see the FAQ at
|
||||
https://www.contributor-covenant.org/faq. Translations are available at
|
||||
https://www.contributor-covenant.org/translations.
|
||||
21
themes/lightbi/LICENSE
Normal file
@ -0,0 +1,21 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2021 Bino Kochumol Varghese
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
128
themes/lightbi/README.md
Normal file
@ -0,0 +1,128 @@
|
||||
# Lightbi
|
||||
|
||||
Lightbi is a sleek, minimalistic, and clean blog theme designed for Hugo, offering a simple yet elegant user experience.
|
||||
|
||||
🌍 [Demo site](https://lightbi-hugo-theme.netlify.app/)
|
||||
📁 [Demo repo](https://github.com/binokochumolvarghese/lightbi-hugo-demo)
|
||||
🐛 [Bug reports & Issues](https://github.com/binokochumolvarghese/lightbi-hugo/issues)
|
||||
💡 [Questions & feature requests](https://github.com/binokochumolvarghese/lightbi-hugo/discussions)
|
||||
📄 [Lightbi wiki](https://github.com/binokochumolvarghese/lightbi-hugo/wiki)
|
||||
🕸️ [Websites built with Lightbi](https://github.com/binokochumolvarghese/lightbi-hugo/wiki/Websites-built-with-Lightbi)
|
||||
|
||||
### Beta version
|
||||
I’m currently updating the theme and introducing new features. If you have any suggestions or feature request, please discuss [here](https://github.com/binokochumolvarghese/lightbi-hugo/discussions/75). You can check the beta version in the below link:
|
||||
⏳ [Beta Demo site](https://lightbi-beta-demo.netlify.app/en/)
|
||||
|
||||

|
||||
|
||||
## Features
|
||||
|
||||
### General
|
||||
- **Three Main Content Sections:**
|
||||
- **Blog**
|
||||
- **Notes**
|
||||
- **Collections** (Newsletter)
|
||||
|
||||
- **Responsive Design**:
|
||||
- Built with a **mobile-first approach** for seamless viewing on any device.
|
||||
|
||||
- **Card-Based Theme**:
|
||||
- Flexible image placement options:
|
||||
- Image at the top of the card
|
||||
- Image in the middle of the card
|
||||
- Image at the bottom of the card
|
||||
- No image option
|
||||
|
||||
- **Menu Location Indicator**:
|
||||
- Clear visual cues for active menu items.
|
||||
|
||||
- **Multilingual Support**:
|
||||
- Includes a **language selector** for easy switching between languages.
|
||||
|
||||
- **Taxonomies**:
|
||||
- Organize content effectively with customizable tags and categories.
|
||||
|
||||
- **Search Functionality**:
|
||||
- Integrated search option for quick content access.
|
||||
|
||||
- **Light/Dark Theme**:
|
||||
- **Automatic theme switching** based on browser preferences.
|
||||
- Includes a manual **theme-switch button** for user control.
|
||||
|
||||
- **Google Analytics Integration**:
|
||||
- Track user activity with built-in support for Google Analytics.
|
||||
|
||||
- **SEO-Friendly**:
|
||||
- Optimized for search engines to improve visibility.
|
||||
|
||||
- **Commit SHA in Footer**:
|
||||
- Display the current **commit SHA** for version tracking.
|
||||
|
||||
- **Self-Hosted Assets**:
|
||||
- Compliant with **GDPR / EU-DSGVO** regulations by hosting all assets locally.
|
||||
|
||||
- **Bootstrap Icons**:
|
||||
- Beautiful, lightweight icons integrated with **Bootstrap Icons**.
|
||||
|
||||
### Page
|
||||
- Other Posts suggestion below a post.
|
||||
- Social-Media Share buttons on posts.
|
||||
- Syntax highlighting.
|
||||
- Cover image for each post (with Responsive image support).
|
||||
|
||||
### Card based theme.
|
||||
To customize the image placement within a card, the Lightbi theme offers four flexible options:
|
||||
|
||||
- Image at the top of the card
|
||||
- Image in the middle of the card
|
||||
- Image at the bottom of the card
|
||||
- No image
|
||||
|
||||
To configure this, use the `previewCardImagePlacement` parameter in the `hugo.toml` file. Set it as follows:
|
||||
- For the image at the top: `previewCardImagePlacement = "top"`
|
||||
- For the image in the middle: `previewCardImagePlacement = "middle"`
|
||||
- For the image at the bottom: `previewCardImagePlacement = "bottom"`
|
||||
- For no image: `previewCardImagePlacement = "none"`
|
||||
|
||||
This gives you full control over how the image is displayed in the card layout.
|
||||
|
||||
## Installation
|
||||
|
||||
Install Hugo and create a new site. See [the Hugo documentation](https://gohugo.io/getting-started/quick-start/) for details.
|
||||
|
||||
```
|
||||
hugo new site <name of site>
|
||||
cd <name of site>
|
||||
git init
|
||||
git submodule add https://github.com/binokochumolvarghese/lightbi-hugo themes/lightbi-hugo
|
||||
echo "theme = 'lightbi-hugo'" >> hugo.toml
|
||||
hugo server
|
||||
```
|
||||
|
||||
After the above copy the contents of `exampleSite` to the `content` folder in your website.
|
||||
|
||||
## Wiki
|
||||
|
||||
Checkout the [wiki](https://github.com/binokochumolvarghese/lightbi-hugo/wiki) page for detailed documentation of the theme features.
|
||||
|
||||
## Support & Contribution
|
||||
|
||||
- **Star 🌟 this repository** to show your support!
|
||||
- **Help spread the word** about Hugo Lightbi by sharing it on social media and recommending it to your friends and colleagues.
|
||||
- **Found a bug?** Report it via [GitHub Issues](https://github.com/binokochumolvarghese/lightbi-hugo/issues/new) to help us improve.
|
||||
- **Have feature ideas?** Start a conversation in [GitHub Discussions](https://github.com/binokochumolvarghese/lightbi-hugo/discussions).
|
||||
- **Got questions?** Ask away in our [GitHub Discussions](https://github.com/binokochumolvarghese/lightbi-hugo/discussions) community.
|
||||
|
||||
## Credits
|
||||
|
||||
- [Beautiful Hugo](https://github.com/halogenica/beautifulhugo) from which Lightbi was forked.
|
||||
- [Unsplash](https://unsplash.com/) for Images.
|
||||
|
||||
## About
|
||||
|
||||
This is an adaptation of the [Beautiful Hugo](https://github.com/halogenica/beautifulhugo) by [Michael Romero](https://github.com/halogenica). It supports most of the features of the original theme, and many new features. It has diverged from the original theme over time, with several updates.
|
||||
|
||||
## License
|
||||
|
||||
MIT Licensed, see [LICENSE](https://github.com/binokochumolvarghese/lightbi-hugo/blob/master/LICENSE).
|
||||
|
||||
9
themes/lightbi/archetypes/default.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
description : "Description goes here..."
|
||||
tags: [""]
|
||||
image : ""
|
||||
draft: true
|
||||
---
|
||||
|
||||
33
themes/lightbi/assets/css/codeblock.scss
Normal file
@ -0,0 +1,33 @@
|
||||
/* --- Code blocks --- */
|
||||
|
||||
.chroma .ln {
|
||||
margin-right: 0.8em;
|
||||
padding: 0 0.4em 0 0.4em;
|
||||
}
|
||||
pre code.hljs {
|
||||
padding: 9.5px;
|
||||
}
|
||||
|
||||
.highlight tr, .highlight pre {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.highlight div:first-child {
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.highlight td:first-child pre, .highlight pre {
|
||||
border-top-left-radius: 4px;
|
||||
border-top-right-radius: unset;
|
||||
border-bottom-left-radius: 4px;
|
||||
border-bottom-right-radius: unset;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.highlight td:last-child pre, .highlight pre {
|
||||
border-radius: unset;
|
||||
}
|
||||
|
||||
.highlight td:last-child pre code, .highlight pre code {
|
||||
white-space: pre;
|
||||
}
|
||||
0
themes/lightbi/assets/css/custom.scss
Normal file
1
themes/lightbi/assets/css/highlight.min.scss
Normal file
@ -0,0 +1 @@
|
||||
.hljs{display:block;overflow-x:auto;padding:0.5em;color:#333;background:#f8f8f8}.hljs-comment,.hljs-quote{color:#998;font-style:italic}.hljs-keyword,.hljs-selector-tag,.hljs-subst{color:#333;font-weight:bold}.hljs-number,.hljs-literal,.hljs-variable,.hljs-template-variable,.hljs-tag .hljs-attr{color:#008080}.hljs-string,.hljs-doctag{color:#d14}.hljs-title,.hljs-section,.hljs-selector-id{color:#900;font-weight:bold}.hljs-subst{font-weight:normal}.hljs-type,.hljs-class .hljs-title{color:#458;font-weight:bold}.hljs-tag,.hljs-name,.hljs-attribute{color:#000080;font-weight:normal}.hljs-regexp,.hljs-link{color:#009926}.hljs-symbol,.hljs-bullet{color:#990073}.hljs-built_in,.hljs-builtin-name{color:#0086b3}.hljs-meta{color:#999;font-weight:bold}.hljs-deletion{background:#fdd}.hljs-addition{background:#dfd}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:bold}
|
||||
1226
themes/lightbi/assets/css/main.scss
Normal file
65
themes/lightbi/assets/css/syntax.scss
Normal file
@ -0,0 +1,65 @@
|
||||
/* Background */ .chroma { background-color: #ffffff }
|
||||
/* Error */ .chroma .err { color: #a61717; background-color: #e3d2d2 }
|
||||
/* LineTableTD */ .chroma .lntd { ; vertical-align: top; padding: 0; margin: 0; border: 0; }
|
||||
/* LineTable */ .chroma .lntable { ; border-spacing: 0; padding: 0; margin: 0; border: 0; width: 100%; overflow: auto; display: block; }
|
||||
/* LineHighlight */ .chroma .hl { background-color: #ffffcc; display: block; width: 100% }
|
||||
/* LineNumbersTable */ .chroma .lnt { ; margin-right: 0.4em; padding: 0 0.4em 0 0.4em; display: block; }
|
||||
/* LineNumbers */ .chroma .ln { ; margin-right: 0.4em; padding: 0 0.4em 0 0.4em; }
|
||||
/* Keyword */ .chroma .k { font-weight: bold }
|
||||
/* KeywordConstant */ .chroma .kc { font-weight: bold }
|
||||
/* KeywordDeclaration */ .chroma .kd { font-weight: bold }
|
||||
/* KeywordNamespace */ .chroma .kn { font-weight: bold }
|
||||
/* KeywordPseudo */ .chroma .kp { font-weight: bold }
|
||||
/* KeywordReserved */ .chroma .kr { font-weight: bold }
|
||||
/* KeywordType */ .chroma .kt { color: #445588; font-weight: bold }
|
||||
/* NameAttribute */ .chroma .na { color: #008080 }
|
||||
/* NameBuiltin */ .chroma .nb { color: #999999 }
|
||||
/* NameClass */ .chroma .nc { color: #445588; font-weight: bold }
|
||||
/* NameConstant */ .chroma .no { color: #008080 }
|
||||
/* NameEntity */ .chroma .ni { color: #800080 }
|
||||
/* NameException */ .chroma .ne { color: #990000; font-weight: bold }
|
||||
/* NameFunction */ .chroma .nf { color: #990000; font-weight: bold }
|
||||
/* NameNamespace */ .chroma .nn { color: #555555 }
|
||||
/* NameTag */ .chroma .nt { color: #000080 }
|
||||
/* NameVariable */ .chroma .nv { color: #008080 }
|
||||
/* LiteralString */ .chroma .s { color: #bb8844 }
|
||||
/* LiteralStringAffix */ .chroma .sa { color: #bb8844 }
|
||||
/* LiteralStringBacktick */ .chroma .sb { color: #bb8844 }
|
||||
/* LiteralStringChar */ .chroma .sc { color: #bb8844 }
|
||||
/* LiteralStringDelimiter */ .chroma .dl { color: #bb8844 }
|
||||
/* LiteralStringDoc */ .chroma .sd { color: #bb8844 }
|
||||
/* LiteralStringDouble */ .chroma .s2 { color: #bb8844 }
|
||||
/* LiteralStringEscape */ .chroma .se { color: #bb8844 }
|
||||
/* LiteralStringHeredoc */ .chroma .sh { color: #bb8844 }
|
||||
/* LiteralStringInterpol */ .chroma .si { color: #bb8844 }
|
||||
/* LiteralStringOther */ .chroma .sx { color: #bb8844 }
|
||||
/* LiteralStringRegex */ .chroma .sr { color: #808000 }
|
||||
/* LiteralStringSingle */ .chroma .s1 { color: #bb8844 }
|
||||
/* LiteralStringSymbol */ .chroma .ss { color: #bb8844 }
|
||||
/* LiteralNumber */ .chroma .m { color: #009999 }
|
||||
/* LiteralNumberBin */ .chroma .mb { color: #009999 }
|
||||
/* LiteralNumberFloat */ .chroma .mf { color: #009999 }
|
||||
/* LiteralNumberHex */ .chroma .mh { color: #009999 }
|
||||
/* LiteralNumberInteger */ .chroma .mi { color: #009999 }
|
||||
/* LiteralNumberIntegerLong */ .chroma .il { color: #009999 }
|
||||
/* LiteralNumberOct */ .chroma .mo { color: #009999 }
|
||||
/* Operator */ .chroma .o { font-weight: bold }
|
||||
/* OperatorWord */ .chroma .ow { font-weight: bold }
|
||||
/* Comment */ .chroma .c { color: #999988; font-style: italic }
|
||||
/* CommentHashbang */ .chroma .ch { color: #999988; font-style: italic }
|
||||
/* CommentMultiline */ .chroma .cm { color: #999988; font-style: italic }
|
||||
/* CommentSingle */ .chroma .c1 { color: #999988; font-style: italic }
|
||||
/* CommentSpecial */ .chroma .cs { color: #999999; font-weight: bold; font-style: italic }
|
||||
/* CommentPreproc */ .chroma .cp { color: #999999; font-weight: bold }
|
||||
/* CommentPreprocFile */ .chroma .cpf { color: #999999; font-weight: bold }
|
||||
/* GenericDeleted */ .chroma .gd { color: #000000; background-color: #ffdddd }
|
||||
/* GenericEmph */ .chroma .ge { font-style: italic }
|
||||
/* GenericError */ .chroma .gr { color: #aa0000 }
|
||||
/* GenericHeading */ .chroma .gh { color: #999999 }
|
||||
/* GenericInserted */ .chroma .gi { color: #000000; background-color: #ddffdd }
|
||||
/* GenericOutput */ .chroma .go { color: #888888 }
|
||||
/* GenericPrompt */ .chroma .gp { color: #555555 }
|
||||
/* GenericStrong */ .chroma .gs { font-weight: bold }
|
||||
/* GenericSubheading */ .chroma .gu { color: #aaaaaa }
|
||||
/* GenericTraceback */ .chroma .gt { color: #aa0000 }
|
||||
/* TextWhitespace */ .chroma .w { color: #bbbbbb }
|
||||
BIN
themes/lightbi/assets/img/author-about.jpg
Normal file
|
After Width: | Height: | Size: 119 KiB |
BIN
themes/lightbi/assets/img/author-home.jpg
Normal file
|
After Width: | Height: | Size: 119 KiB |
BIN
themes/lightbi/assets/img/author-post-img.jpg
Normal file
|
After Width: | Height: | Size: 84 KiB |
BIN
themes/lightbi/assets/img/collections/collections1.jpg
Normal file
|
After Width: | Height: | Size: 111 KiB |
BIN
themes/lightbi/assets/img/collections/collections2.jpg
Normal file
|
After Width: | Height: | Size: 65 KiB |
BIN
themes/lightbi/assets/img/collections/collections3.jpg
Normal file
|
After Width: | Height: | Size: 59 KiB |
BIN
themes/lightbi/assets/img/collections/collections4.jpg
Normal file
|
After Width: | Height: | Size: 55 KiB |
BIN
themes/lightbi/assets/img/collections/collections5.jpg
Normal file
|
After Width: | Height: | Size: 98 KiB |
BIN
themes/lightbi/assets/img/collections/collections6.jpg
Normal file
|
After Width: | Height: | Size: 99 KiB |
BIN
themes/lightbi/assets/img/favicon.ico
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
themes/lightbi/assets/img/posts/img-0.jpg
Normal file
|
After Width: | Height: | Size: 174 KiB |
BIN
themes/lightbi/assets/img/posts/img-1.jpg
Normal file
|
After Width: | Height: | Size: 80 KiB |
BIN
themes/lightbi/assets/img/posts/img-10.jpg
Normal file
|
After Width: | Height: | Size: 73 KiB |
BIN
themes/lightbi/assets/img/posts/img-2.jpg
Normal file
|
After Width: | Height: | Size: 61 KiB |
BIN
themes/lightbi/assets/img/posts/img-3.jpg
Normal file
|
After Width: | Height: | Size: 128 KiB |
BIN
themes/lightbi/assets/img/posts/img-4.jpg
Normal file
|
After Width: | Height: | Size: 78 KiB |
BIN
themes/lightbi/assets/img/posts/img-5.jpg
Normal file
|
After Width: | Height: | Size: 52 KiB |
BIN
themes/lightbi/assets/img/posts/img-6.jpg
Normal file
|
After Width: | Height: | Size: 67 KiB |
BIN
themes/lightbi/assets/img/posts/img-7.jpg
Normal file
|
After Width: | Height: | Size: 57 KiB |
BIN
themes/lightbi/assets/img/posts/img-8.jpg
Normal file
|
After Width: | Height: | Size: 466 KiB |
BIN
themes/lightbi/assets/img/posts/img-9.jpg
Normal file
|
After Width: | Height: | Size: 278 KiB |
|
After Width: | Height: | Size: 60 KiB |
|
After Width: | Height: | Size: 203 KiB |
|
After Width: | Height: | Size: 199 KiB |
|
After Width: | Height: | Size: 126 KiB |
|
After Width: | Height: | Size: 21 KiB |
|
After Width: | Height: | Size: 34 KiB |
|
After Width: | Height: | Size: 135 KiB |
|
After Width: | Height: | Size: 104 KiB |
|
After Width: | Height: | Size: 33 KiB |
|
After Width: | Height: | Size: 193 KiB |
|
After Width: | Height: | Size: 191 KiB |
21
themes/lightbi/assets/json/search.json
Normal file
@ -0,0 +1,21 @@
|
||||
[
|
||||
{{- range $index, $page := .Site.RegularPages -}}
|
||||
{{- if gt $index 0 -}}
|
||||
,
|
||||
{{- end -}}
|
||||
{{- $entry := dict "uri" $page.RelPermalink "title" $page.Title "content" ($page.Plain | htmlUnescape) -}}
|
||||
{{- if $page.Params.subtitle -}}
|
||||
{{- $entry = merge $entry (dict "subtitle" $page.Params.subtitle) -}}
|
||||
{{- end -}}
|
||||
{{- if $page.Params.description -}}
|
||||
{{- $entry = merge $entry (dict "description" $page.Params.description) -}}
|
||||
{{- end -}}
|
||||
{{- if $page.Params.categories -}}
|
||||
{{- $entry = merge $entry (dict "categories" $page.Params.categories) -}}
|
||||
{{- end -}}
|
||||
{{- if $page.Params.tags -}}
|
||||
{{- $entry = merge $entry (dict "tags" $page.Params.tags) -}}
|
||||
{{- end -}}
|
||||
{{- $entry | jsonify -}}
|
||||
{{- end -}}
|
||||
]
|
||||
161
themes/lightbi/data/lightbi/social.toml
Normal file
@ -0,0 +1,161 @@
|
||||
[[social_icons]]
|
||||
id = "email"
|
||||
url = "mailto:%s"
|
||||
title = "Email me"
|
||||
icon = "bi bi-envelope"
|
||||
|
||||
[[social_icons]]
|
||||
id = "facebook"
|
||||
url = "https://www.facebook.com/%s"
|
||||
title = "Facebook"
|
||||
icon = "bi bi-facebook"
|
||||
|
||||
[[social_icons]]
|
||||
id = "github"
|
||||
url = "https://github.com/%s"
|
||||
title = "GitHub"
|
||||
icon = "bi bi-github"
|
||||
|
||||
[[social_icons]]
|
||||
id = "gitlab"
|
||||
url = "https://gitlab.com/%s"
|
||||
title = "GitLab"
|
||||
icon = "bi bi-gitlab"
|
||||
|
||||
[[social_icons]]
|
||||
id = "bitbucket"
|
||||
url = "https://bitbucket.org/%s"
|
||||
title = "Bitbucket"
|
||||
icon = "bi bi-bitbucket"
|
||||
|
||||
[[social_icons]]
|
||||
id = "twitter"
|
||||
url = "https://twitter.com/%s"
|
||||
title = "Twitter"
|
||||
icon = "bi bi-twitter-x"
|
||||
|
||||
[[social_icons]]
|
||||
id = "slack"
|
||||
url = "https://%s.slack.com/"
|
||||
title = "Slack"
|
||||
icon = "bi bi-slack"
|
||||
|
||||
[[social_icons]]
|
||||
id = "reddit"
|
||||
url = "https://reddit.com/u/%s"
|
||||
title = "Reddit"
|
||||
icon = "bi bi-reddit"
|
||||
|
||||
[[social_icons]]
|
||||
id = "linkedin"
|
||||
url = "https://linkedin.com/in/%s"
|
||||
title = "LinkedIn"
|
||||
icon = "bi bi-linkedin"
|
||||
|
||||
[[social_icons]]
|
||||
id = "xing"
|
||||
url = "https://www.xing.com/profile/%s"
|
||||
title = "Xing"
|
||||
icon = "bi bi-xing"
|
||||
|
||||
[[social_icons]]
|
||||
id = "stackoverflow"
|
||||
url = "https://stackoverflow.com/%s"
|
||||
title = "StackOverflow"
|
||||
icon = "bi bi-stack-overflow"
|
||||
|
||||
[[social_icons]]
|
||||
id = "snapchat"
|
||||
url = "https://www.snapchat.com/add/%s"
|
||||
title = "Snapchat"
|
||||
icon = "bi bi-snapchat"
|
||||
|
||||
[[social_icons]]
|
||||
id = "instagram"
|
||||
url = "https://www.instagram.com/%s"
|
||||
title = "Instagram"
|
||||
icon = "bi bi-instagram"
|
||||
|
||||
[[social_icons]]
|
||||
id = "youtube"
|
||||
url = "https://www.youtube.com/%s"
|
||||
title = "Youtube"
|
||||
icon = "bi bi-youtube"
|
||||
|
||||
[[social_icons]]
|
||||
id = "soundcloud"
|
||||
url = "https://soundcloud.com/%s"
|
||||
title = "SoundCloud"
|
||||
icon = "bi bi-soundcloud"
|
||||
|
||||
[[social_icons]]
|
||||
id = "spotify"
|
||||
url = "https://open.spotify.com/user/%s"
|
||||
title = "Spotify"
|
||||
icon = "bi bi-spotify"
|
||||
|
||||
[[social_icons]]
|
||||
id = "bandcamp"
|
||||
url = "https://%s.bandcamp.com/"
|
||||
title = "Bandcamp"
|
||||
icon = "bi bi-bandcamp"
|
||||
|
||||
[[social_icons]]
|
||||
id = "itchio"
|
||||
url = "https://itch.io/profile/%s"
|
||||
title = "Itch.io"
|
||||
icon = "fas fa-gamepad"
|
||||
|
||||
[[social_icons]]
|
||||
id = "keybase"
|
||||
url = "https://keybase.io/%s"
|
||||
title = "Keybase"
|
||||
icon = "bi bi-keybase"
|
||||
|
||||
[[social_icons]]
|
||||
id = "vk"
|
||||
url = "https://vk.com/%s"
|
||||
title = "VK"
|
||||
icon = "bi bi-vk"
|
||||
|
||||
[[social_icons]]
|
||||
id = "paypal"
|
||||
url = "https://paypal.me/%s"
|
||||
title = "PayPal"
|
||||
icon = "bi bi-paypal"
|
||||
|
||||
[[social_icons]]
|
||||
id = "telegram"
|
||||
url = "https://telegram.me/%s"
|
||||
title = "Telegram"
|
||||
icon = "bi bi-telegram"
|
||||
|
||||
[[social_icons]]
|
||||
id = "500px"
|
||||
url = "https://500px.com/%s"
|
||||
title = "500px"
|
||||
icon = "bi bi-500px"
|
||||
|
||||
[[social_icons]]
|
||||
id = "codepen"
|
||||
url = "https://codepen.io/%s"
|
||||
title = "CodePen"
|
||||
icon = "bi bi-codepen"
|
||||
|
||||
[[social_icons]]
|
||||
id = "kaggle"
|
||||
url = "https://www.kaggle.com/%s"
|
||||
title = "kaggle"
|
||||
icon = "bi bi-kaggle"
|
||||
|
||||
[[social_icons]]
|
||||
id = "mastodon"
|
||||
url = "https://%s"
|
||||
title = "Mastodon"
|
||||
icon = "bi bi-mastodon"
|
||||
|
||||
[[social_icons]]
|
||||
id = "weibo"
|
||||
url = "https://weibo.com/%s"
|
||||
title = "Weibo"
|
||||
icon = "bi bi-weibo"
|
||||
20
themes/lightbi/exampleSite/content/about/_index.md
Normal file
@ -0,0 +1,20 @@
|
||||
---
|
||||
type : "tags"
|
||||
layout : "about"
|
||||
title: "About me"
|
||||
---
|
||||
|
||||
I am Bino Kochumol Varghese.
|
||||
|
||||
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
|
||||
|
||||
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
|
||||
|
||||
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
|
||||
|
||||
##### Social Media
|
||||
- [Instagram](https://www.instagram.com/binovarghese_)
|
||||
- [Twitter](https://twitter.com/binovarghese_)
|
||||
- [Linkedin](https://linkedin.com/in/binovarghese-)
|
||||
|
||||
|
||||
@ -0,0 +1,55 @@
|
||||
---
|
||||
Title: Collections No.1
|
||||
Subtitle: ""
|
||||
Date: 2023-01-01
|
||||
Lastmod :
|
||||
Tags: ["newsletter"]
|
||||
image : "/img/collections/collections1.jpg"
|
||||
Description: "Articles about learning in public, brag document and free stuffs."
|
||||
Draft:
|
||||
---
|
||||
|
||||
Articles about learn in public, brag document and free stuffs.
|
||||
|
||||
|
||||
### Learn In Public
|
||||
> If there’s a golden rule, it’s this one, so I put it first. All the other rules are more or less elaborations of this rule #1.
|
||||
> A habit of creating learning exhaust:
|
||||
> - Write blogs and tutorials and cheatsheets.
|
||||
> - Speak at meetups and conferences.
|
||||
> - Ask and answer things on Stackoverflow or Reddit. Avoid the walled gardens like Slack and Discord, they’re not public.
|
||||
> - Make Youtube videos or Twitch streams.
|
||||
> - Start a newsletter.
|
||||
> - Draw cartoons.
|
||||
[Link](https://www.swyx.io/learn-in-public/)
|
||||
|
||||
### Make Free Stuff
|
||||
|
||||
> The best growth hack is still to build something people enjoy, then attaching no strings to it. You’d be surprised how far that can get you.
|
||||
> Make free stuff! The web is still for everyone.
|
||||
[Link](https://mxb.dev/blog/make-free-stuff/)
|
||||
|
||||
### How to hone your new superpower: teaching
|
||||
|
||||
> I learned early in my developer journey that teaching others is an effective way to quickly deepen my understanding of a new concept or technology. I’ve found that needing to articulate a particular concept to others causes me to revisit my assumptions and leads me to do additional research to fill any knowledge gaps.
|
||||
[Link](https://github.com/readme/guides/public-documentation)
|
||||
|
||||
### Your future self will thank you: Building your personal documentation.
|
||||
|
||||
> Developers can take a DRY approach to how they search for answers to questions they encounter multiple times. By relying on an internal database (or “second brain”) they can reduce their reliance on external search engines.
|
||||
[Link](https://github.com/readme/guides/private-documentation)
|
||||
|
||||
### Brag now, remember later: Document your accomplishments
|
||||
|
||||
> Given five minutes notice to summarize your recent professional and personal accomplishments and wins, how detailed would your response be? Would that be enough time for you to sufficiently capture some of the things you’re most proud of from the past few months or years?
|
||||
[Link](https://github.com/readme/guides/document-success)
|
||||
|
||||
|
||||
### The most successful developers share more than they take
|
||||
> One of the questions I always ask successful bloggers is: what motivated you to start? The answer is always the same: I did it for myself. Whatever your work, you should embrace the philosophy of “public by default”.
|
||||
|
||||
> Public-by-default means this: everytime you create something, learn something, or just notice something’s interesting, do it in public. This may seem daunting—writing blog posts, helping the community and transforming ideas from thoughts into words all takes time. But sharing is like a muscle, and by committing to a regular schedule, you become much more efficient. This consistency of volume is also key to reaping the benefits of sharing.
|
||||
|
||||
>To truly embrace public-by-default, it’s not enough to share your successful projects and knowledge, but additionally to bring the humility to share your learning and failures.
|
||||
[Link](https://stackoverflow.blog/2020/05/14/the-most-successful-developers-share-more-than-they-take/)
|
||||
|
||||
@ -0,0 +1,55 @@
|
||||
---
|
||||
Title: Collections No.2
|
||||
Subtitle: ""
|
||||
Date: 2023-01-01
|
||||
Lastmod :
|
||||
Tags: ["newsletter"]
|
||||
image : "/img/collections/collections2.jpg"
|
||||
Description: "Articles about learning in public, brag document and free stuffs."
|
||||
Draft:
|
||||
---
|
||||
|
||||
Articles about learn in public, brag document and free stuffs.
|
||||
|
||||
|
||||
### Learn In Public
|
||||
> If there’s a golden rule, it’s this one, so I put it first. All the other rules are more or less elaborations of this rule #1.
|
||||
> A habit of creating learning exhaust:
|
||||
> - Write blogs and tutorials and cheatsheets.
|
||||
> - Speak at meetups and conferences.
|
||||
> - Ask and answer things on Stackoverflow or Reddit. Avoid the walled gardens like Slack and Discord, they’re not public.
|
||||
> - Make Youtube videos or Twitch streams.
|
||||
> - Start a newsletter.
|
||||
> - Draw cartoons.
|
||||
[Link](https://www.swyx.io/learn-in-public/)
|
||||
|
||||
### Make Free Stuff
|
||||
|
||||
> The best growth hack is still to build something people enjoy, then attaching no strings to it. You’d be surprised how far that can get you.
|
||||
> Make free stuff! The web is still for everyone.
|
||||
[Link](https://mxb.dev/blog/make-free-stuff/)
|
||||
|
||||
### How to hone your new superpower: teaching
|
||||
|
||||
> I learned early in my developer journey that teaching others is an effective way to quickly deepen my understanding of a new concept or technology. I’ve found that needing to articulate a particular concept to others causes me to revisit my assumptions and leads me to do additional research to fill any knowledge gaps.
|
||||
[Link](https://github.com/readme/guides/public-documentation)
|
||||
|
||||
### Your future self will thank you: Building your personal documentation.
|
||||
|
||||
> Developers can take a DRY approach to how they search for answers to questions they encounter multiple times. By relying on an internal database (or “second brain”) they can reduce their reliance on external search engines.
|
||||
[Link](https://github.com/readme/guides/private-documentation)
|
||||
|
||||
### Brag now, remember later: Document your accomplishments
|
||||
|
||||
> Given five minutes notice to summarize your recent professional and personal accomplishments and wins, how detailed would your response be? Would that be enough time for you to sufficiently capture some of the things you’re most proud of from the past few months or years?
|
||||
[Link](https://github.com/readme/guides/document-success)
|
||||
|
||||
|
||||
### The most successful developers share more than they take
|
||||
> One of the questions I always ask successful bloggers is: what motivated you to start? The answer is always the same: I did it for myself. Whatever your work, you should embrace the philosophy of “public by default”.
|
||||
|
||||
> Public-by-default means this: everytime you create something, learn something, or just notice something’s interesting, do it in public. This may seem daunting—writing blog posts, helping the community and transforming ideas from thoughts into words all takes time. But sharing is like a muscle, and by committing to a regular schedule, you become much more efficient. This consistency of volume is also key to reaping the benefits of sharing.
|
||||
|
||||
>To truly embrace public-by-default, it’s not enough to share your successful projects and knowledge, but additionally to bring the humility to share your learning and failures.
|
||||
[Link](https://stackoverflow.blog/2020/05/14/the-most-successful-developers-share-more-than-they-take/)
|
||||
|
||||
@ -0,0 +1,55 @@
|
||||
---
|
||||
Title: Collections No.3
|
||||
Subtitle: ""
|
||||
Date: 2023-01-01
|
||||
Lastmod :
|
||||
Tags: ["newsletter"]
|
||||
image : "/img/collections/collections3.jpg"
|
||||
Description: "Articles about learning in public, brag document and free stuffs."
|
||||
Draft:
|
||||
---
|
||||
|
||||
Articles about learn in public, brag document and free stuffs.
|
||||
|
||||
|
||||
### Learn In Public
|
||||
> If there’s a golden rule, it’s this one, so I put it first. All the other rules are more or less elaborations of this rule #1.
|
||||
> A habit of creating learning exhaust:
|
||||
> - Write blogs and tutorials and cheatsheets.
|
||||
> - Speak at meetups and conferences.
|
||||
> - Ask and answer things on Stackoverflow or Reddit. Avoid the walled gardens like Slack and Discord, they’re not public.
|
||||
> - Make Youtube videos or Twitch streams.
|
||||
> - Start a newsletter.
|
||||
> - Draw cartoons.
|
||||
[Link](https://www.swyx.io/learn-in-public/)
|
||||
|
||||
### Make Free Stuff
|
||||
|
||||
> The best growth hack is still to build something people enjoy, then attaching no strings to it. You’d be surprised how far that can get you.
|
||||
> Make free stuff! The web is still for everyone.
|
||||
[Link](https://mxb.dev/blog/make-free-stuff/)
|
||||
|
||||
### How to hone your new superpower: teaching
|
||||
|
||||
> I learned early in my developer journey that teaching others is an effective way to quickly deepen my understanding of a new concept or technology. I’ve found that needing to articulate a particular concept to others causes me to revisit my assumptions and leads me to do additional research to fill any knowledge gaps.
|
||||
[Link](https://github.com/readme/guides/public-documentation)
|
||||
|
||||
### Your future self will thank you: Building your personal documentation.
|
||||
|
||||
> Developers can take a DRY approach to how they search for answers to questions they encounter multiple times. By relying on an internal database (or “second brain”) they can reduce their reliance on external search engines.
|
||||
[Link](https://github.com/readme/guides/private-documentation)
|
||||
|
||||
### Brag now, remember later: Document your accomplishments
|
||||
|
||||
> Given five minutes notice to summarize your recent professional and personal accomplishments and wins, how detailed would your response be? Would that be enough time for you to sufficiently capture some of the things you’re most proud of from the past few months or years?
|
||||
[Link](https://github.com/readme/guides/document-success)
|
||||
|
||||
|
||||
### The most successful developers share more than they take
|
||||
> One of the questions I always ask successful bloggers is: what motivated you to start? The answer is always the same: I did it for myself. Whatever your work, you should embrace the philosophy of “public by default”.
|
||||
|
||||
> Public-by-default means this: everytime you create something, learn something, or just notice something’s interesting, do it in public. This may seem daunting—writing blog posts, helping the community and transforming ideas from thoughts into words all takes time. But sharing is like a muscle, and by committing to a regular schedule, you become much more efficient. This consistency of volume is also key to reaping the benefits of sharing.
|
||||
|
||||
>To truly embrace public-by-default, it’s not enough to share your successful projects and knowledge, but additionally to bring the humility to share your learning and failures.
|
||||
[Link](https://stackoverflow.blog/2020/05/14/the-most-successful-developers-share-more-than-they-take/)
|
||||
|
||||
@ -0,0 +1,55 @@
|
||||
---
|
||||
Title: Collections No.4
|
||||
Subtitle: ""
|
||||
Date: 2023-01-01
|
||||
Lastmod :
|
||||
Tags: ["newsletter"]
|
||||
image : "/img/collections/collections4.jpg"
|
||||
Description: "Articles about learning in public, brag document and free stuffs."
|
||||
Draft:
|
||||
---
|
||||
|
||||
Articles about learn in public, brag document and free stuffs.
|
||||
|
||||
|
||||
### Learn In Public
|
||||
> If there’s a golden rule, it’s this one, so I put it first. All the other rules are more or less elaborations of this rule #1.
|
||||
> A habit of creating learning exhaust:
|
||||
> - Write blogs and tutorials and cheatsheets.
|
||||
> - Speak at meetups and conferences.
|
||||
> - Ask and answer things on Stackoverflow or Reddit. Avoid the walled gardens like Slack and Discord, they’re not public.
|
||||
> - Make Youtube videos or Twitch streams.
|
||||
> - Start a newsletter.
|
||||
> - Draw cartoons.
|
||||
[Link](https://www.swyx.io/learn-in-public/)
|
||||
|
||||
### Make Free Stuff
|
||||
|
||||
> The best growth hack is still to build something people enjoy, then attaching no strings to it. You’d be surprised how far that can get you.
|
||||
> Make free stuff! The web is still for everyone.
|
||||
[Link](https://mxb.dev/blog/make-free-stuff/)
|
||||
|
||||
### How to hone your new superpower: teaching
|
||||
|
||||
> I learned early in my developer journey that teaching others is an effective way to quickly deepen my understanding of a new concept or technology. I’ve found that needing to articulate a particular concept to others causes me to revisit my assumptions and leads me to do additional research to fill any knowledge gaps.
|
||||
[Link](https://github.com/readme/guides/public-documentation)
|
||||
|
||||
### Your future self will thank you: Building your personal documentation.
|
||||
|
||||
> Developers can take a DRY approach to how they search for answers to questions they encounter multiple times. By relying on an internal database (or “second brain”) they can reduce their reliance on external search engines.
|
||||
[Link](https://github.com/readme/guides/private-documentation)
|
||||
|
||||
### Brag now, remember later: Document your accomplishments
|
||||
|
||||
> Given five minutes notice to summarize your recent professional and personal accomplishments and wins, how detailed would your response be? Would that be enough time for you to sufficiently capture some of the things you’re most proud of from the past few months or years?
|
||||
[Link](https://github.com/readme/guides/document-success)
|
||||
|
||||
|
||||
### The most successful developers share more than they take
|
||||
> One of the questions I always ask successful bloggers is: what motivated you to start? The answer is always the same: I did it for myself. Whatever your work, you should embrace the philosophy of “public by default”.
|
||||
|
||||
> Public-by-default means this: everytime you create something, learn something, or just notice something’s interesting, do it in public. This may seem daunting—writing blog posts, helping the community and transforming ideas from thoughts into words all takes time. But sharing is like a muscle, and by committing to a regular schedule, you become much more efficient. This consistency of volume is also key to reaping the benefits of sharing.
|
||||
|
||||
>To truly embrace public-by-default, it’s not enough to share your successful projects and knowledge, but additionally to bring the humility to share your learning and failures.
|
||||
[Link](https://stackoverflow.blog/2020/05/14/the-most-successful-developers-share-more-than-they-take/)
|
||||
|
||||
@ -0,0 +1,55 @@
|
||||
---
|
||||
Title: Collections No.5
|
||||
Subtitle: ""
|
||||
Date: 2023-01-01
|
||||
Lastmod :
|
||||
Tags: ["newsletter"]
|
||||
image : "/img/collections/collections5.jpg"
|
||||
Description: "Articles about learning in public, brag document and free stuffs."
|
||||
Draft:
|
||||
---
|
||||
|
||||
Articles about learn in public, brag document and free stuffs.
|
||||
|
||||
|
||||
### Learn In Public
|
||||
> If there’s a golden rule, it’s this one, so I put it first. All the other rules are more or less elaborations of this rule #1.
|
||||
> A habit of creating learning exhaust:
|
||||
> - Write blogs and tutorials and cheatsheets.
|
||||
> - Speak at meetups and conferences.
|
||||
> - Ask and answer things on Stackoverflow or Reddit. Avoid the walled gardens like Slack and Discord, they’re not public.
|
||||
> - Make Youtube videos or Twitch streams.
|
||||
> - Start a newsletter.
|
||||
> - Draw cartoons.
|
||||
[Link](https://www.swyx.io/learn-in-public/)
|
||||
|
||||
### Make Free Stuff
|
||||
|
||||
> The best growth hack is still to build something people enjoy, then attaching no strings to it. You’d be surprised how far that can get you.
|
||||
> Make free stuff! The web is still for everyone.
|
||||
[Link](https://mxb.dev/blog/make-free-stuff/)
|
||||
|
||||
### How to hone your new superpower: teaching
|
||||
|
||||
> I learned early in my developer journey that teaching others is an effective way to quickly deepen my understanding of a new concept or technology. I’ve found that needing to articulate a particular concept to others causes me to revisit my assumptions and leads me to do additional research to fill any knowledge gaps.
|
||||
[Link](https://github.com/readme/guides/public-documentation)
|
||||
|
||||
### Your future self will thank you: Building your personal documentation.
|
||||
|
||||
> Developers can take a DRY approach to how they search for answers to questions they encounter multiple times. By relying on an internal database (or “second brain”) they can reduce their reliance on external search engines.
|
||||
[Link](https://github.com/readme/guides/private-documentation)
|
||||
|
||||
### Brag now, remember later: Document your accomplishments
|
||||
|
||||
> Given five minutes notice to summarize your recent professional and personal accomplishments and wins, how detailed would your response be? Would that be enough time for you to sufficiently capture some of the things you’re most proud of from the past few months or years?
|
||||
[Link](https://github.com/readme/guides/document-success)
|
||||
|
||||
|
||||
### The most successful developers share more than they take
|
||||
> One of the questions I always ask successful bloggers is: what motivated you to start? The answer is always the same: I did it for myself. Whatever your work, you should embrace the philosophy of “public by default”.
|
||||
|
||||
> Public-by-default means this: everytime you create something, learn something, or just notice something’s interesting, do it in public. This may seem daunting—writing blog posts, helping the community and transforming ideas from thoughts into words all takes time. But sharing is like a muscle, and by committing to a regular schedule, you become much more efficient. This consistency of volume is also key to reaping the benefits of sharing.
|
||||
|
||||
>To truly embrace public-by-default, it’s not enough to share your successful projects and knowledge, but additionally to bring the humility to share your learning and failures.
|
||||
[Link](https://stackoverflow.blog/2020/05/14/the-most-successful-developers-share-more-than-they-take/)
|
||||
|
||||
@ -0,0 +1,55 @@
|
||||
---
|
||||
Title: Collections No.6
|
||||
Subtitle: ""
|
||||
Date: 2023-01-01
|
||||
Lastmod :
|
||||
Tags: ["newsletter"]
|
||||
image : "/img/collections/collections6.jpg"
|
||||
Description: "Articles about learning in public, brag document and free stuffs."
|
||||
Draft:
|
||||
---
|
||||
|
||||
Articles about learn in public, brag document and free stuffs.
|
||||
|
||||
|
||||
### Learn In Public
|
||||
> If there’s a golden rule, it’s this one, so I put it first. All the other rules are more or less elaborations of this rule #1.
|
||||
> A habit of creating learning exhaust:
|
||||
> - Write blogs and tutorials and cheatsheets.
|
||||
> - Speak at meetups and conferences.
|
||||
> - Ask and answer things on Stackoverflow or Reddit. Avoid the walled gardens like Slack and Discord, they’re not public.
|
||||
> - Make Youtube videos or Twitch streams.
|
||||
> - Start a newsletter.
|
||||
> - Draw cartoons.
|
||||
[Link](https://www.swyx.io/learn-in-public/)
|
||||
|
||||
### Make Free Stuff
|
||||
|
||||
> The best growth hack is still to build something people enjoy, then attaching no strings to it. You’d be surprised how far that can get you.
|
||||
> Make free stuff! The web is still for everyone.
|
||||
[Link](https://mxb.dev/blog/make-free-stuff/)
|
||||
|
||||
### How to hone your new superpower: teaching
|
||||
|
||||
> I learned early in my developer journey that teaching others is an effective way to quickly deepen my understanding of a new concept or technology. I’ve found that needing to articulate a particular concept to others causes me to revisit my assumptions and leads me to do additional research to fill any knowledge gaps.
|
||||
[Link](https://github.com/readme/guides/public-documentation)
|
||||
|
||||
### Your future self will thank you: Building your personal documentation.
|
||||
|
||||
> Developers can take a DRY approach to how they search for answers to questions they encounter multiple times. By relying on an internal database (or “second brain”) they can reduce their reliance on external search engines.
|
||||
[Link](https://github.com/readme/guides/private-documentation)
|
||||
|
||||
### Brag now, remember later: Document your accomplishments
|
||||
|
||||
> Given five minutes notice to summarize your recent professional and personal accomplishments and wins, how detailed would your response be? Would that be enough time for you to sufficiently capture some of the things you’re most proud of from the past few months or years?
|
||||
[Link](https://github.com/readme/guides/document-success)
|
||||
|
||||
|
||||
### The most successful developers share more than they take
|
||||
> One of the questions I always ask successful bloggers is: what motivated you to start? The answer is always the same: I did it for myself. Whatever your work, you should embrace the philosophy of “public by default”.
|
||||
|
||||
> Public-by-default means this: everytime you create something, learn something, or just notice something’s interesting, do it in public. This may seem daunting—writing blog posts, helping the community and transforming ideas from thoughts into words all takes time. But sharing is like a muscle, and by committing to a regular schedule, you become much more efficient. This consistency of volume is also key to reaping the benefits of sharing.
|
||||
|
||||
>To truly embrace public-by-default, it’s not enough to share your successful projects and knowledge, but additionally to bring the humility to share your learning and failures.
|
||||
[Link](https://stackoverflow.blog/2020/05/14/the-most-successful-developers-share-more-than-they-take/)
|
||||
|
||||
6
themes/lightbi/exampleSite/content/collections/_index.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
Type : "tags"
|
||||
layout : "collections"
|
||||
title: "Collections"
|
||||
subtitle : "Links from the Web community, curated by Bino."
|
||||
---
|
||||
6
themes/lightbi/exampleSite/content/notes/2020/change.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: Note 1
|
||||
date: 2020-02-01
|
||||
---
|
||||
Journaling is not just a little thing you do to pass the time, to write down your memories—though it can be—it’s a strategy that has helped brilliant, powerful and wise people become better at what they do.
|
||||
|
||||
6
themes/lightbi/exampleSite/content/notes/2020/change2.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: Note 2
|
||||
date: 2020-02-01
|
||||
---
|
||||
Journaling is not just a little thing you do to pass the time, to write down your memories—though it can be—it’s a strategy that has helped brilliant, powerful and wise people become better at what they do.
|
||||
|
||||
6
themes/lightbi/exampleSite/content/notes/2020/change3.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: Note 3
|
||||
date: 2020-02-01
|
||||
---
|
||||
Journaling is not just a little thing you do to pass the time, to write down your memories—though it can be—it’s a strategy that has helped brilliant, powerful and wise people become better at what they do.
|
||||
|
||||
6
themes/lightbi/exampleSite/content/notes/_index.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
type : "tags"
|
||||
layout : "notes"
|
||||
title: "Notes"
|
||||
subtitle : "Your musings or reading notes"
|
||||
---
|
||||
@ -0,0 +1,95 @@
|
||||
---
|
||||
title: Lightbi Custom Shortcodes
|
||||
date: 2023-11-24
|
||||
tags: ["shortcodes"]
|
||||
image : "/img/posts/img-6.jpg"
|
||||
Description : "You can create your own shortcodes for unique needs by adding an HTML file to the `layouts/shortcodes/` directory. Below are the custom shortcodes availble in this theme..."
|
||||
---
|
||||
|
||||
To create your own shortcodes in Hugo, add an HTML file in layouts/shortcodes/. This theme provides the following useful custom shortcodes:
|
||||
|
||||
|
||||
### Info card
|
||||
|
||||
Displays information in a card format.
|
||||
|
||||
##### Shortcode
|
||||
```
|
||||
{{/* < info_cards header="lorem-ipsum" title="What is Lorem Ipsum?" content="Lorem Ipsum is simply dummy text of the printing and typesetting industry." > */}}
|
||||
```
|
||||
|
||||
##### Output
|
||||
{{< info_cards header="lorem-ipsum" title="What is Lorem Ipsum?" content="Lorem Ipsum is simply dummy text of the printing and typesetting industry.">}}
|
||||
|
||||
[Read this for more details and code.](https://binovarghese.com/blog/2023/06/info-card-shortcodes-for-hugo/)
|
||||
|
||||
|
||||
### Card shortcode
|
||||
|
||||
Adds cards with text and links.
|
||||
|
||||
##### Shortcode
|
||||
```
|
||||
{{/* < bs_img_card title="Some" link="https://some.com/"
|
||||
descr="Lorem Ipsum is simply dummy text of the printing and typesetting industry." > */}}
|
||||
|
||||
{{/* < bs_img_card title="Example" link="https://www.example.io/"
|
||||
descr="Lorem Ipsum is simply dummy text of the printing and typesetting industry." > */}}
|
||||
|
||||
{{/* < bs_img_card title="Here" link="https://www.here.com/"
|
||||
descr="Lorem Ipsum is simply dummy text of the printing and typesetting industry." > */}}
|
||||
|
||||
```
|
||||
##### Output
|
||||
{{< bs_row >}}
|
||||
|
||||
{{< bs_img_card title="Some" link="https://some.com/"
|
||||
descr="Lorem Ipsum is simply dummy text of the printing and typesetting industry." >}}
|
||||
|
||||
{{< bs_img_card title="Example" link="https://www.example.io/"
|
||||
descr="Lorem Ipsum is simply dummy text of the printing and typesetting industry." >}}
|
||||
|
||||
{{< bs_img_card title="Here" link="https://www.here.com/"
|
||||
descr="Lorem Ipsum is simply dummy text of the printing and typesetting industry." >}}
|
||||
|
||||
{{< close_div >}}
|
||||
|
||||
[Read this for more details and code.](https://binovarghese.com/blog/2023/01/card-shortcodes-for-hugo/)
|
||||
|
||||
|
||||
### Details
|
||||
|
||||
This simply adds the html5 detail attribute, supported on all *modern* browsers. Use it like this:
|
||||
|
||||
##### Shortcode
|
||||
```
|
||||
{{/* < details "This is the details title (click to expand)" > */ }}
|
||||
Some placeholder content for the collapse component. This panel is hidden by default but revealed when the user activates the relevant trigger.
|
||||
{{ /* < /details > */}}
|
||||
```
|
||||
|
||||
##### Output
|
||||
{{< details "This is the details title (click to expand)" >}}
|
||||
Some placeholder content for the collapse component. This panel is hidden by default but revealed when the user activates the relevant trigger.
|
||||
{{< /details >}}
|
||||
|
||||
|
||||
### Split
|
||||
|
||||
This adds a two column side-by-side environment (will turn into 1 col for narrow devices):
|
||||
|
||||
##### Shortcode
|
||||
```
|
||||
{{ /* < columns > */ }}
|
||||
This is column 1.
|
||||
{{ /* < column > */ }}
|
||||
This is column 2.
|
||||
{{ /* < endcolumns > */ }}
|
||||
```
|
||||
|
||||
##### Output
|
||||
{{< columns >}}
|
||||
This is column 1.
|
||||
{{< column >}}
|
||||
This is column 2.
|
||||
{{< endcolumns >}}
|
||||
@ -0,0 +1,81 @@
|
||||
---
|
||||
title: Features of Lightbi
|
||||
date: 2023-12-20
|
||||
tags: ["hugo","blog"]
|
||||
image : "/img/posts/img-2.jpg"
|
||||
Description : "In this blog post, I’ll walk through the key features of the Lightbi theme and how to make the most of them for a visually appealing, user-friendly website."
|
||||
featured: true
|
||||
---
|
||||
|
||||
|
||||
### General
|
||||
- **Three Main Content Sections:**
|
||||
- **Blog**
|
||||
- **Notes**
|
||||
- **Collections** (Newsletter)
|
||||
|
||||
- **Responsive Design**:
|
||||
- Built with a **mobile-first approach** for seamless viewing on any device.
|
||||
|
||||
- **Card-Based Theme**:
|
||||
- Flexible image placement options:
|
||||
- Image at the top of the card
|
||||
- Image in the middle of the card
|
||||
- Image at the bottom of the card
|
||||
- No image option
|
||||
|
||||
- **Menu Location Indicator**:
|
||||
- Clear visual cues for active menu items.
|
||||
|
||||
- **Multilingual Support**:
|
||||
- Includes a **language selector** for easy switching between languages.
|
||||
|
||||
- **Taxonomies**:
|
||||
- Organize content effectively with customizable tags and categories.
|
||||
|
||||
- **Search Functionality**:
|
||||
- Integrated search option for quick content access.
|
||||
|
||||
- **Light/Dark Theme**:
|
||||
- **Automatic theme switching** based on browser preferences.
|
||||
- Includes a manual **theme-switch button** for user control.
|
||||
|
||||
- **Google Analytics Integration**:
|
||||
- Track user activity with built-in support for Google Analytics.
|
||||
|
||||
- **SEO-Friendly**:
|
||||
- Optimized for search engines to improve visibility.
|
||||
|
||||
- **Commit SHA in Footer**:
|
||||
- Display the current **commit SHA** for version tracking.
|
||||
|
||||
- **Self-Hosted Assets**:
|
||||
- Compliant with **GDPR / EU-DSGVO** regulations by hosting all assets locally.
|
||||
|
||||
- **Bootstrap Icons**:
|
||||
- Beautiful, lightweight icons integrated with **Bootstrap Icons**.
|
||||
|
||||
### Page
|
||||
- Other Posts suggestion below a post.
|
||||
- Social-Media Share buttons on posts.
|
||||
- Syntax highlighting.
|
||||
- Cover image for each post (with Responsive image support).
|
||||
|
||||
### Card based theme.
|
||||
To customize the image placement within a card, the Lightbi theme offers four flexible options:
|
||||
|
||||
- Image at the top of the card
|
||||
- Image in the middle of the card
|
||||
- Image at the bottom of the card
|
||||
- No image
|
||||
|
||||
To configure this, use the `previewCardImagePlacement` parameter in the `hugo.toml` file. Set it as follows:
|
||||
- For the image at the top: `previewCardImagePlacement = "top"`
|
||||
- For the image in the middle: `previewCardImagePlacement = "middle"`
|
||||
- For the image at the bottom: `previewCardImagePlacement = "bottom"`
|
||||
- For no image: `previewCardImagePlacement = "none"`
|
||||
|
||||
This gives you full control over how the image is displayed in the card layout.
|
||||
|
||||
|
||||
<!--Photo by Robert Katzki on Unsplash-->
|
||||
@ -0,0 +1,22 @@
|
||||
---
|
||||
title: Image Gallery Shortcode
|
||||
date: 2023-11-20
|
||||
tags: ["hugo","blog"]
|
||||
image : "/img/posts/img-0.jpg"
|
||||
Description : "In this post, we'll cover how to install Hugo and set up your first website with the Lightbi theme..."
|
||||
draft:
|
||||
---
|
||||
|
||||
{{< info_cards title="Experimental feature" content="This feature is currently in experimental mode, so breaking changes may occur. Please use it carefully." >}}
|
||||
|
||||
|
||||
|
||||
Here’s a custom Hugo shortcode that creates an image gallery in a masonry style using GLightbox, allowing you to specify a folder containing images. This approach will display images from a specified folder in a masonry layout, and each image will open in a lightbox when clicked.
|
||||
|
||||
**Shortcode**:
|
||||
```
|
||||
{{/*< img_gallery folder="img/travel/" >*/}}
|
||||
```
|
||||
|
||||
**Output**:
|
||||
{{< img_gallery folder="img/travel/" >}}
|
||||
32
themes/lightbi/exampleSite/content/post/2020/install-hugo.md
Normal file
@ -0,0 +1,32 @@
|
||||
---
|
||||
title: Install Hugo in Windows
|
||||
date: 2023-12-31
|
||||
tags: ["hugo","blog"]
|
||||
image : "/img/posts/img-1.jpg"
|
||||
Description : "In this guide, we'll walk through installing Hugo, a popular static site generator. Whether you’re new to static site development or transitioning from another tool, we’ll cover the essential steps to get Hugo up and running."
|
||||
featured: true
|
||||
---
|
||||
|
||||
Hugo comes in three versions: Standard, Extended, and Extended/Deploy. The Standard edition covers core functionalities, while Extended adds advanced options, with Extended/Deploy** offering further deployment features.
|
||||
|
||||
### Setting Up Your Directories
|
||||
1. Open File Explorer and create a folder, e.g., `C:\Hugo`, and inside it, a `bin` folder.
|
||||
|
||||
### Installing Hugo
|
||||
1. Download the latest Hugo executable from [Hugo releases](https://github.com/gohugoio/hugo/releases/).
|
||||
2. Extract the contents into `..\Hugo\bin`.
|
||||
3. Open Command Prompt as Administrator and add Hugo to the PATH:
|
||||
```
|
||||
setx PATH "%PATH%;C:\Hugo\bin"
|
||||
```
|
||||
Alternatively, add `C:\Hugo\bin` via Environment Variables.
|
||||
|
||||
4. Verify the installation by typing `hugo help` in the command prompt.
|
||||
|
||||
|
||||
{{< figure src="/img/posts/install-hugo/hugo-help-command.png"
|
||||
alt="Hugo help in Command Prompt"
|
||||
attr="Hugo in Command Prompt"
|
||||
attrlink="" >}}
|
||||
|
||||
You can check the offical documentation for more installation details [here](https://gohugo.io/installation/).
|
||||
22
themes/lightbi/exampleSite/content/post/2020/markdown.md
Normal file
@ -0,0 +1,22 @@
|
||||
---
|
||||
title: What is Markdown ?
|
||||
date: 2020-01-27
|
||||
tags: ["markdown"]
|
||||
image : "/img/posts/img-3.jpg"
|
||||
Description : "Markdown is a lightweight, plain-text formatting language used for creating styled text through simple, readable syntax...."
|
||||
---
|
||||
|
||||
### What is Markdown?
|
||||
|
||||
Markdown is a lightweight, plain-text formatting language used for creating styled text through simple, readable syntax. Developed by John Gruber in 2004, its goal is to allow writers to format documents without complex code, making it easy to read and edit. The beauty of Markdown lies in its simplicity, allowing creators to add headings, lists, images, links, and more by typing a few symbols around their text.
|
||||
|
||||
For instance:
|
||||
- Typing `**bold text**` makes text **bold**.
|
||||
- Writing `#` at the beginning of a line turns it into a heading, and more `#` symbols make it a smaller subheading.
|
||||
- Lists can be created using `-` or `*` for bullets or numbers for ordered lists.
|
||||
|
||||
Because Markdown converts text to HTML, it’s perfect for web content creation, blog posts, documentation, and technical writing, all while remaining easy to format in a non-HTML context. Markdown files, saved as `.md` or `.markdown` files, are compatible with many popular platforms like GitHub, Reddit, and Hugo, making it a preferred choice for developers, writers, and content creators.
|
||||
|
||||
Using Markdown allows for better productivity and collaboration because anyone can edit or view Markdown text without needing HTML or specialized knowledge. Its clean, minimalistic approach makes it accessible and effective for writing that needs to balance readability and formatting.
|
||||
|
||||
<!--Photo by Robert Katzki on Unsplash-->
|
||||
@ -0,0 +1,35 @@
|
||||
---
|
||||
title: More about Lightbi
|
||||
date: 2023-12-15
|
||||
tags: ["blog"]
|
||||
image : "/img/posts/img-4.jpg"
|
||||
Description : "In this post, I’ll outline about the theme, along with ways to support and contribute to the this theme..."
|
||||
---
|
||||
|
||||
## Wiki
|
||||
|
||||
Checkout the [wiki](https://github.com/binokochumolvarghese/lightbi-hugo/wiki) page for detailed documentation of the theme features.
|
||||
|
||||
## Support & Contribution
|
||||
|
||||
- **Star 🌟 this [repository](https://github.com/binokochumolvarghese/lightbi-hugo)** to show your support!
|
||||
- **Help spread the word** about Hugo Lightbi by sharing it on social media and recommending it to your friends and colleagues.
|
||||
- **Found a bug?** Report it via [GitHub Issues](https://github.com/binokochumolvarghese/lightbi-hugo/issues/new) to help us improve.
|
||||
- **Have feature ideas?** Start a conversation in [GitHub Discussions](https://github.com/binokochumolvarghese/lightbi-hugo/discussions).
|
||||
- **Got questions?** Ask away in our [GitHub Discussions](https://github.com/binokochumolvarghese/lightbi-hugo/discussions) community.
|
||||
|
||||
## Credits
|
||||
|
||||
- [Beautiful Hugo](https://github.com/halogenica/beautifulhugo) from which Lightbi was forked.
|
||||
- [Unsplash](https://unsplash.com/) for Images.
|
||||
|
||||
## About
|
||||
|
||||
This is an adaptation of the [Beautiful Hugo](https://github.com/halogenica/beautifulhugo) by [Michael Romero](https://github.com/halogenica). It supports most of the features of the original theme, and many new features. It has diverged from the original theme over time, with several updates.
|
||||
|
||||
## License
|
||||
|
||||
MIT Licensed, see [LICENSE](https://github.com/binokochumolvarghese/lightbi-hugo/blob/master/LICENSE).
|
||||
|
||||
|
||||
<!--Photo by Robert Katzki on Unsplash-->
|
||||
@ -0,0 +1,87 @@
|
||||
---
|
||||
title: Hosting Your Hugo Site on Netlify
|
||||
date: 2023-11-04
|
||||
tags: ["hugo","Netlify"]
|
||||
image : "/img/posts/img-5.jpg"
|
||||
Description : "Hosting a Hugo site on Netlify is an effective solution for deploying static websites, combining Hugo’s speed with Netlify’s robust features.."
|
||||
---
|
||||
|
||||
Hosting a Hugo site on Netlify is an effective solution for deploying static websites, combining Hugo’s speed with Netlify’s robust features like continuous deployment, a user-friendly dashboard, and advanced build settings.
|
||||
|
||||
### Why Use Netlify?
|
||||
Netlify is popular for its ease of use, free hosting tier, and powerful features like automated builds, custom domain support, and built-in SSL. With Hugo’s efficient static site generation, deploying on Netlify enables fast, seamless updates and management.
|
||||
|
||||
### Step 1: Set Up `netlify.toml` Configuration
|
||||
|
||||
The `netlify.toml` file is essential for configuring build settings in Netlify. Here’s a setup tailored for various deployment environments, including production, deploy previews, and branch deploys.
|
||||
|
||||
Add the following `netlify.toml` file to your Hugo project’s root directory:
|
||||
|
||||
```toml
|
||||
[build]
|
||||
publish = "public"
|
||||
command = "hugo --gc --minify"
|
||||
|
||||
[context.production.environment]
|
||||
HUGO_VERSION = "0.134.0"
|
||||
HUGO_ENV = "production"
|
||||
HUGO_ENABLEGITINFO = "false"
|
||||
|
||||
[context.split1]
|
||||
command = "hugo --gc --minify --enableGitInfo"
|
||||
|
||||
[context.split1.environment]
|
||||
HUGO_VERSION = "0.134.0"
|
||||
HUGO_ENV = "production"
|
||||
|
||||
[context.deploy-preview]
|
||||
command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL"
|
||||
|
||||
[context.deploy-preview.environment]
|
||||
HUGO_VERSION = "0.134.0"
|
||||
|
||||
[context.branch-deploy]
|
||||
command = "hugo -b $DEPLOY_PRIME_URL"
|
||||
|
||||
[context.branch-deploy.environment]
|
||||
HUGO_VERSION = "0.134.0"
|
||||
|
||||
[context.next.environment]
|
||||
HUGO_ENABLEGITINFO = "false"
|
||||
```
|
||||
|
||||
### Explanation of Key Parameters
|
||||
- **Build Command**: `hugo --gc --minify` triggers garbage collection (`--gc`) and minifies output.
|
||||
- **HUGO_VERSION**: Specifies the Hugo version to avoid compatibility issues.
|
||||
- **HUGO_ENABLEGITINFO**: Used for tracking commit metadata in production.
|
||||
- **Deployment Contexts**:
|
||||
- **Production**: Builds optimized, production-ready files.
|
||||
- **Deploy Preview**: Builds the site using the pull request URL, helpful for staging.
|
||||
- **Branch Deploy**: Enables previews for branches other than the main one.
|
||||
|
||||
### Step 2: Connect Your Repository to Netlify
|
||||
1. **Log In to Netlify**: Go to [Netlify](https://app.netlify.com/).
|
||||
2. **Create a New Site**: Choose "New site from Git" from the dashboard.
|
||||
3. **Select Your Repository**: Choose GitHub, GitLab, or Bitbucket, authenticate, and select your Hugo site repository.
|
||||
4. **Configure Build Settings**:
|
||||
- **Build Command**: Leave as `hugo`.
|
||||
- **Publish Directory**: Set as `public` (Netlify automatically reads from `netlify.toml` if it’s present).
|
||||
|
||||
5. **Deploy Your Site**: Click "Deploy site" to initiate the first build. Netlify will pull from your repository, build, and deploy the site, which you can access via the provided default Netlify URL (e.g., `https://example-site.netlify.app`).
|
||||
|
||||
### Step 3: Preview and Customize Your Site
|
||||
Once the build completes, visit the live preview URL to verify that your site is working correctly.
|
||||
|
||||
### Step 4: Set Up a Custom Domain (Optional)
|
||||
To configure a custom domain:
|
||||
1. Go to the Netlify dashboard, select "Domain settings," and add your domain.
|
||||
2. Follow the provided DNS setup instructions. If you want Netlify to manage DNS, you can transfer the domain or add a Netlify DNS record.
|
||||
3. Netlify automatically provisions an SSL certificate through Let’s Encrypt, adding secure HTTPS to your site.
|
||||
|
||||
### Step 5: Enable Continuous Deployment
|
||||
Netlify supports continuous deployment by default. Each push to your repository triggers a new build and redeploys the latest changes. This makes it easy to manage updates or collaborate with others on site changes.
|
||||
|
||||
### Conclusion
|
||||
Deploying a Hugo site on Netlify offers a streamlined experience, leveraging Hugo’s fast builds with Netlify’s advanced hosting features. With a few simple steps, your site is live, secure, and ready for easy content updates directly from Git.
|
||||
|
||||
This setup is ideal for efficient deployment with customized environments, making it easy to manage development and production versions and maintain a polished, dynamic website.
|
||||
72
themes/lightbi/exampleSite/content/post/2020/parameters.md
Normal file
@ -0,0 +1,72 @@
|
||||
---
|
||||
title: Parameters in Lightbi
|
||||
date: 2023-10-28
|
||||
tags: ["hugo","blog"]
|
||||
image : "/img/posts/img-1.jpg"
|
||||
Description : "Below is a list of configurable parameters in the Lightbi theme, along with descriptions to help you customize your site effectively."
|
||||
draft:
|
||||
---
|
||||
|
||||
Below is a list of configurable parameters in the Lightbi theme, along with descriptions to help you customize your site effectively. You can be adjust the below parameters in your `hugo.toml` file.
|
||||
|
||||
###### Theme Parameters
|
||||
|
||||
|
||||
1. **`readingTime`**
|
||||
- **Type**: Boolean (`true` or `false`)
|
||||
- **Description**: When set to `true`, displays an estimated reading time for each post. This helps readers gauge how long it will take to read the content.
|
||||
|
||||
2. **`wordCount`**
|
||||
- **Type**: Boolean
|
||||
- **Description**: Enables or disables the word count display for each post. Useful for readers interested in post length.
|
||||
|
||||
3. **`hideAuthor`**
|
||||
- **Type**: Boolean
|
||||
- **Description**: Controls the visibility of the author information on each post. Set to `false` to display the author section or `true` to hide it.
|
||||
|
||||
4. **`previewCardImagePlacement`**
|
||||
- **Type**: String (`"top"` or `"middle"` or `"bottom"` or `"none"` )
|
||||
- **Description**: Determines where the preview image appears on post cards in lists or summaries. `"top"` places the image above the text, "middle": Centers the image within the text area, `"bottom"` places below the text, and `"none"` hides the preview image entirely,.
|
||||
|
||||
5. **`hidePostImage`**
|
||||
- **Type**: Boolean
|
||||
- **Description**: Controls the visibility of the featured image on individual post pages. Set to `true` to hide post images or `false` to show them.
|
||||
|
||||
6. **`useHLJS`**
|
||||
- **Type**: Boolean
|
||||
- **Description**: Enables Highlight.js, a JavaScript library for syntax highlighting in code blocks. Set to `true` to use Highlight.js for syntax highlighting.
|
||||
|
||||
7. **`socialShare`**
|
||||
- **Type**: Boolean
|
||||
- **Description**: Adds social sharing buttons to posts, allowing readers to share content on various social media platforms.
|
||||
|
||||
8. **`showRelatedPosts`**
|
||||
- **Type**: Boolean
|
||||
- **Description**: When enabled, displays related posts at the bottom of each post to encourage further reading.
|
||||
|
||||
9. **`gcse`**
|
||||
- **Type**: Boolean
|
||||
- **Description**: Enables Google Custom Search Engine integration for site search functionality. Requires a configured search engine ID.
|
||||
|
||||
10. **`Lastmod`**
|
||||
- **Type**: Boolean
|
||||
- **Description**: Controls whether the "Last Modified" date is shown on posts, which can be helpful for showing recent updates.
|
||||
|
||||
11. **`rss`**
|
||||
- **Type**: Boolean
|
||||
- **Description**: Enables RSS feed generation for the site, making it easy for users to subscribe to your content.
|
||||
|
||||
12. **`pagination`**
|
||||
- **Type**: Integer
|
||||
- **Description**: Sets the number of posts displayed per page on list or archive pages.
|
||||
|
||||
13. **`description`**
|
||||
- **Type**: String
|
||||
- **Description**: A short description of your website that may appear in the metadata or be used for SEO.
|
||||
|
||||
14. **`lunrSearch`**
|
||||
- **Type**: Boolean
|
||||
- **Description**: Enables Lunr.js search, a client-side search engine, allowing users to search content directly on the site.
|
||||
|
||||
|
||||
These parameters allow for easy customization and control over how your Hugo theme behaves and displays content.
|
||||
105
themes/lightbi/exampleSite/content/post/2020/syntax.md
Normal file
@ -0,0 +1,105 @@
|
||||
---
|
||||
title: Markdown Syntax Guide
|
||||
date: 2020-01-25
|
||||
tags: ["markdown","syntax"]
|
||||
image : "/img/posts/img-7.jpg"
|
||||
Description : "Article showcasing basic Markdown syntax and formatting for HTML elemenets. To create a heading, add number signs (#) in front of a word or phrase.."
|
||||
---
|
||||
|
||||
## Headings
|
||||
|
||||
To create a heading, add number signs (#) in front of a word or phrase. The number of number signs you use should correspond to the heading level. For example, to create a heading level three (h3), use three number signs (e.g., ### My Header).
|
||||
|
||||
# Heading level 1
|
||||
## Heading level 2
|
||||
### Heading level 3
|
||||
#### Heading level 4
|
||||
##### Heading level 5
|
||||
###### Heading level 6
|
||||
|
||||
## Paragraphs
|
||||
|
||||
To create paragraphs, use a blank line to separate one or more lines of text.
|
||||
|
||||
Markdown is a plain text format for writing structured documents, based on formatting conventions from email and usenet.
|
||||
|
||||
Markdown was developed in 2004 by John Gruber in collaboration with Aaron Swartz. Gruber wrote the first markdown-to-html converter in Perl, and it soon became widely used in websites. By 2014 there were dozens of implementations in many languages.
|
||||
|
||||
## Bold
|
||||
|
||||
To bold text, add two asterisks or underscores before and after a word or phrase. To bold the middle of a word for emphasis, add two asterisks without spaces around the letters.
|
||||
|
||||
\*\*bold text**
|
||||
|
||||
## Italic
|
||||
|
||||
To italicize text, add one asterisk or underscore before and after a word or phrase. To italicize the middle of a word for emphasis, add one asterisk without spaces around the letters.
|
||||
|
||||
\*Italic*
|
||||
|
||||
## Code
|
||||
|
||||
#### Inline Code
|
||||
|
||||
To create inline code, wrap with backticks ` . To create a code block, either indent each line by 4 spaces, or place 3 backticks ``` on a line above and below the code block.
|
||||
|
||||
\`This is an inline code.`
|
||||
|
||||
#### Code Blocks
|
||||
|
||||
```
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
|
||||
<h1>My First Heading</h1>
|
||||
|
||||
<p>My first paragraph.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
```
|
||||
|
||||
## Blockquote
|
||||
> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
||||
|
||||
## Ordered List
|
||||
1. First item
|
||||
2. Second item
|
||||
3. Third item
|
||||
|
||||
## Ordered List
|
||||
- First item
|
||||
- Second item
|
||||
- Third item
|
||||
|
||||
## Images
|
||||
|
||||
To add an image, add an exclamation mark (!), followed by alt text in brackets, and the path or URL to the image asset in parentheses. You can optionally add a title after the URL in the parentheses.
|
||||
|
||||

|
||||
|
||||
|
||||
|
||||
## Horizontal Rule
|
||||
|
||||
For horizontal rules, you can use three dash symbol together as below.
|
||||
\--\-
|
||||
|
||||
---
|
||||
|
||||
## Backslash Escapes
|
||||
Markdown will allow to use backlash escapes to generate litertal characters which is used in the markdown itself fot formatting the syntax.
|
||||
|
||||
String: \\* Literal astrisks\\*
|
||||
Output: \* Literal astrisks\*
|
||||
|
||||
## Foot notes
|
||||
In a paragraph you can use the square bracket with a caret symbol along with a number[^1] to indicate a foot note: [^2].
|
||||
|
||||
\[^1]: In the below section you can add this for showing the footnotes.
|
||||
[^1]: This is an example for footnotes.
|
||||
|
||||
|
||||
|
||||
[To view more about basic syntaxs, click here.](https://www.markdownguide.org/basic-syntax/)
|
||||
@ -0,0 +1,77 @@
|
||||
---
|
||||
title: Understanding Hugo Shortcodes
|
||||
date: 2023-11-30
|
||||
tags: ["shortcodes"]
|
||||
image : "/img/posts/img-8.jpg"
|
||||
Description : "Hugo shortcodes are powerful tools for adding custom HTML or other special content within Markdown files without complex code..."
|
||||
---
|
||||
|
||||
|
||||
Hugo shortcodes are powerful tools for adding custom HTML or other special content within Markdown files without complex code. They enable enhanced flexibility and are a core part of Hugo's functionality, offering reusable snippets for embedding media, custom components, or dynamic content. Below, we’ll explore what shortcodes are and highlight some popular examples.
|
||||
|
||||
### What are Hugo Shortcodes?
|
||||
Shortcodes in Hugo are like mini-templates that simplify embedding specialized content into a page. Hugo has built-in shortcodes, and users can create custom ones. For instance, to embed a YouTube video, instead of writing the full HTML, you can use a shortcode like `{{/*< youtube "video-id" > */}}`.
|
||||
|
||||
### Common Built-in Shortcodes
|
||||
Here are a few popular Hugo shortcodes and how to use them:
|
||||
|
||||
1. **YouTube Embed**:
|
||||
|
||||
```
|
||||
https://www.youtube.com/watch?v=3qHkcs3kG44
|
||||
```
|
||||
|
||||
Shortcode:
|
||||
```
|
||||
{{</* youtube 3qHkcs3kG44 */>}}
|
||||
```
|
||||
Rendered output:
|
||||
{{< youtube 3qHkcs3kG44 >}}
|
||||
|
||||
This shortcode takes a YouTube video ID, simplifying the process of embedding videos on your page.
|
||||
|
||||
2. **Figure**:
|
||||
Shortcode:
|
||||
```
|
||||
{{/*< figure src="/img/posts/img-0.jpg" title="Sample Image" >*/}}
|
||||
```
|
||||
|
||||
Rendered output:
|
||||
{{< figure src="/img/posts/img-0.jpg" title="Sample Image" >}}
|
||||
|
||||
This allows you to easily add images with captions and titles, handling image display responsively.
|
||||
|
||||
3. **Gist (GitHub Snippets)**:
|
||||
|
||||
Shortcode:
|
||||
```
|
||||
{{/*< gist spf13 7896402 > */}}
|
||||
```
|
||||
Rendered:
|
||||
{{< gist spf13 7896402 >}}
|
||||
|
||||
This integrates GitHub Gists by taking the username and gist ID, perfect for adding code snippets from GitHub.
|
||||
|
||||
|
||||
```
|
||||
|
||||
4. **Twitter url**:
|
||||
|
||||
```
|
||||
https://twitter.com/binovarghese_/status/1758148486510317907
|
||||
```
|
||||
|
||||
Shortcode:
|
||||
```
|
||||
{{</* twitter user="binovarghese_" id="1758148486510317907" */>}}
|
||||
```
|
||||
|
||||
Rendered:
|
||||
{{</* twitter user="binovarghese_" id="1758148486510317907" */>}}
|
||||
|
||||
### Benefits of Shortcodes
|
||||
Using shortcodes in Hugo streamlines content creation and ensures consistency across pages, saving time on repeated elements and complex HTML structures. With custom shortcodes, you can build rich, interactive content while keeping Markdown files clean and easy to manage.
|
||||
|
||||
For more details, check out Hugo’s official [shortcode documentation](https://gohugo.io/content-management/shortcodes/).
|
||||
|
||||
<!--Photo by Robert Katzki on Unsplash-->
|
||||
@ -0,0 +1,33 @@
|
||||
---
|
||||
title: How to use Lightbi theme ?
|
||||
date: 2023-12-26
|
||||
tags: ["hugo","blog"]
|
||||
image : "/img/posts/img-3.jpg"
|
||||
Description : "In this post, we'll cover how to install Hugo and set up your first website with the Lightbi theme..."
|
||||
featured: true
|
||||
---
|
||||
|
||||
In this post, we'll cover how to install Hugo and set up your first website with the Lightbi theme. For detailed steps, refer to [Hugo’s quick-start guide](https://gohugo.io/getting-started/quick-start/).
|
||||
|
||||
1. **Create a New Hugo Site**
|
||||
```bash
|
||||
hugo new site <name of site>
|
||||
cd <name of site>
|
||||
git init
|
||||
git submodule add https://github.com/binokochumolvarghese/lightbi-hugo themes/lightbi-hugo
|
||||
```
|
||||
- After completing the steps above, copy the contents of `exampleSite/contents` into the `content` folder of your website.
|
||||
- Next, copy `hugo.toml` to the root folder of the website.
|
||||
- Finally, run the following command.
|
||||
|
||||
```bash
|
||||
hugo server
|
||||
```
|
||||
|
||||
|
||||
2. **Preview Your Site**:
|
||||
Go to `http://localhost:1313/` to view your website in development mode.
|
||||
|
||||
That’s it! You’re ready to start building.
|
||||
|
||||
<!--Photo by Robert Katzki on Unsplash-->
|
||||
25
themes/lightbi/exampleSite/content/post/2020/who-am-i.md
Normal file
@ -0,0 +1,25 @@
|
||||
---
|
||||
title: Who am I ?!
|
||||
date: 2020-01-01
|
||||
tags: ["stoicism"]
|
||||
image : "/img/posts/img-0.jpg"
|
||||
Description : "Who am I ?! This is the most asked question in my life. Yet no clear answer has yet been found..."
|
||||
---
|
||||
Who am I ?! This is the most asked question in my life. Yet no clear answer has yet been found.
|
||||
|
||||
As a child, the answer to this question was simple. Say my name to the question of who. Aha ..! Simple and beautiful. In that answer, parents and siblings in adolescence. I thought to myself that the answer was too clear.
|
||||
|
||||
When I started asking myself this question at a young age when I was beginning to recognize many things, I began to feel that the answer was becoming less clear. Who am I ?! If you ask me who I am. Anyone else. Still no answer to the question. Who am I?
|
||||
|
||||
Seek, that is the way to find the answer. Knock, and it shall be opened unto you !! The investigation has begun.
|
||||
|
||||
There is no doubt where to start. From me. I began to search the bottom of my heart in the silence. From there the search went on to the printed books. Couldn't figure it out from there. No suitable gurus could be found to answer this question.
|
||||
|
||||
The search continued, and the only sound in my heart was to go ahead. The answer is nowhere to be found. So I'm still looking around, and the answer to my question is hidden somewhere.
|
||||
|
||||
I do not know, some questions take time to answer. The meaning of a single word question is getting bigger and bigger. Who am I ?! What is my identity ?! What are my missions ?! Can I know the light of the answers ?!
|
||||
|
||||
Those who ask the same questions go up the steps of consciousness and seem to be enlightened and insane. What will I become at the end of this question? !! Buddha or mad !! Anyone should have a small smile left at the end. The smile of recognition.
|
||||
|
||||
Who am I, let the question continue.
|
||||
<!--Photo by Robert Katzki on Unsplash-->
|
||||
0
themes/lightbi/exampleSite/content/post/_index.md
Normal file
109
themes/lightbi/exampleSite/hugo.toml
Normal file
@ -0,0 +1,109 @@
|
||||
baseURL = "https://lightbi-hugo-theme.netlify.app/"
|
||||
DefaultContentLanguage = "en"
|
||||
defaultContentLanguageInSubdir = false
|
||||
languageCode = "en-us"
|
||||
title = "Lightbi"
|
||||
theme = "lightbi-hugo"
|
||||
metaDataFormat = "yaml"
|
||||
pygmentsStyle = "trac"
|
||||
#pygmentsUseClasses = true
|
||||
#pygmentsCodeFences = true
|
||||
pygmentsCodefencesGuessSyntax = true
|
||||
#pygmentsUseClassic = true
|
||||
#pygmentOptions = "linenos=inline"
|
||||
#disqusShortname = "XXX"
|
||||
#googleAnalytics = "XXX"
|
||||
enableRobotsTXT = true
|
||||
enableGitInfo = false
|
||||
summaryLength = "30"
|
||||
ignoreLogs = ['warning-goldmark-raw-html']
|
||||
|
||||
[pagination]
|
||||
pagerSize = 6
|
||||
|
||||
[Params]
|
||||
selfHosted = true
|
||||
mainSections = ["post","posts"]
|
||||
dateFormat = "02 January 2006"
|
||||
comments = false
|
||||
readingTime = false
|
||||
wordCount = false
|
||||
useHLJS = true
|
||||
socialShare = true
|
||||
delayDisqus = true
|
||||
showRelatedPosts = true
|
||||
summaryLength = "9"
|
||||
lunrSearch = true
|
||||
gcse = false
|
||||
lastmod = false
|
||||
rss = false
|
||||
pagination = "10"
|
||||
hideAuthor = false
|
||||
description="Your can add your website description here."
|
||||
previewCardImagePlacement = "bottom"
|
||||
showPostImage = false
|
||||
|
||||
[Params.Author]
|
||||
name = "Bino Kochumol Varghese"
|
||||
website = "https://www.binovarghese.com/"
|
||||
authorInfo = "Live your life as though every moment matters, because in the end, it's not the years in your life, but the life in your years that counts."
|
||||
authorPostImage = "/img/author-post-img.jpg"
|
||||
email = "sample@gmail.com"
|
||||
facebook = "username"
|
||||
instagram = "username"
|
||||
youtube = "user/username" # or channel/channelname
|
||||
twitter = "username"
|
||||
linkedin = "username"
|
||||
github = "username"
|
||||
threads = "username"
|
||||
gitlab = "username"
|
||||
reddit = "username"
|
||||
stackoverflow = "users/XXXXXXX/username"
|
||||
snapchat = "username"
|
||||
spotify = "username"
|
||||
paypal = "username"
|
||||
telegram = "username"
|
||||
mastodon = "url"
|
||||
slack = "username"
|
||||
#bandcamp = "username"
|
||||
#itchio = "username"
|
||||
#vk = "username"
|
||||
#500px = "username"
|
||||
#kaggle = "username"
|
||||
#weibo = "username"
|
||||
#xing = "username"
|
||||
#bitbucket = "username"
|
||||
#soundcloud = "username"
|
||||
# codepen = "username"
|
||||
|
||||
[[menu.main]]
|
||||
name = "Home"
|
||||
url = "/"
|
||||
weight = 1
|
||||
|
||||
[[menu.main]]
|
||||
name = "Notes"
|
||||
url = "/notes/"
|
||||
weight = 2
|
||||
|
||||
[[menu.main]]
|
||||
name = "Tags"
|
||||
url = "/tags/blog/"
|
||||
weight = 3
|
||||
|
||||
[[menu.main]]
|
||||
name = "Collections"
|
||||
url = "/collections/"
|
||||
weight = 4
|
||||
|
||||
[[menu.main]]
|
||||
name = "About"
|
||||
url = "/about/"
|
||||
weight = 5
|
||||
|
||||
|
||||
[sitemap]
|
||||
changefreq = "monthly"
|
||||
priority = 0.5
|
||||
filename = "sitemap.xml"
|
||||
|
||||
@ -0,0 +1,7 @@
|
||||
<!--
|
||||
If you want to include any custom html just before </body>, put it in this file.
|
||||
Or you can delete these file if you don't need it.
|
||||
-->
|
||||
<!-- for example, you could include some js libraries:
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/vis/4.19.1/vis.js" integrity="sha256-HdIuWBZj4eftihsoDCJoMYjZi6aNVaw7YlUpzKT3ZxI=" crossorigin="anonymous"></script>
|
||||
-->
|
||||
18
themes/lightbi/exampleSite/layouts/partials/head_custom.html
Normal file
@ -0,0 +1,18 @@
|
||||
<!--
|
||||
If you want to include any custom html just before </head>, put it in this file.
|
||||
Or you can delete these file if you don't need it.
|
||||
-->
|
||||
<!-- for example, you could insert this custom css, which makes the bigimg not stretch:
|
||||
<style>
|
||||
.intro-header.big-img, .intro-header.big-img .big-img-transition {
|
||||
-webkit-background-size: contain !important;
|
||||
-moz-background-size: contain !important;
|
||||
background-size: contain !important;
|
||||
-o-background-size: contain !important;
|
||||
background-color: lightgrey;
|
||||
}
|
||||
</style>
|
||||
-->
|
||||
<!-- or you could include some additional css libraries:
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/vis/4.19.1/vis.css" integrity="sha256-I1UoFd33KHIydu88R9owFaQWzwkiZV4hXXug5aYaM28=" crossorigin="anonymous" />
|
||||
-->
|
||||
74
themes/lightbi/i18n/br.yaml
Normal file
@ -0,0 +1,74 @@
|
||||
# Content
|
||||
- id: dateFormat
|
||||
translation: "2 de Janeiro de 2006"
|
||||
- id: shortdateFormat
|
||||
translation: "02/Jan/2006 15:04:05"
|
||||
- id: postedOnDate
|
||||
translation: "Postado em {{ . }}"
|
||||
- id: lastModified
|
||||
translation: "(Ultima modificação em {{ . }})"
|
||||
- id: translationsLabel
|
||||
translation: "Outras linguagens: "
|
||||
- id: translationsSeparator
|
||||
translation: ", "
|
||||
- id: readMore
|
||||
translation: "Saiba mais"
|
||||
- id: olderPosts
|
||||
translation: "Posts antigos"
|
||||
- id: newerPosts
|
||||
translation: "Posts novos"
|
||||
- id: previousPost
|
||||
translation: "Post anterior"
|
||||
- id: nextPost
|
||||
translation: "Próximo Post"
|
||||
- id: readTime
|
||||
translation: "minutos"
|
||||
- id: words
|
||||
translation: "palavras"
|
||||
|
||||
|
||||
# 404 page
|
||||
- id: pageNotFound
|
||||
translation: "Opa, a página não existe"
|
||||
|
||||
# Footer
|
||||
- id: poweredBy # Accepts HTML
|
||||
translation: 'Powered by <a href="https://gohugo.io">Hugo</a> & <a href="https://github.com/binokochumolvarghese/lightbi-hugo">Lightbi.</a> Made with ❤ by <a href="https://binovarghese.com">Bino</a>'
|
||||
|
||||
# Navigation
|
||||
- id: toggleNavigation
|
||||
translation: "Ver navegação"
|
||||
- id: languageSwitcherLabel
|
||||
translation: "Idioma"
|
||||
- id: gcseLabelShort
|
||||
translation: "Buscar"
|
||||
- id: gcseLabelLong
|
||||
translation: "Buscar {{ .Site.Title }}"
|
||||
- id: gcseClose
|
||||
translation: "Fechar"
|
||||
|
||||
# Staticman
|
||||
- id: noComment
|
||||
translation: "Sem comentários"
|
||||
- id: oneComment
|
||||
translation: "comentário"
|
||||
- id: moreComment
|
||||
translation: "comentários"
|
||||
- id: useMarkdown
|
||||
translation: "Você pode usar sintaxe MarkDown"
|
||||
- id: yourName
|
||||
translation: "Seu nome"
|
||||
- id: yourEmail
|
||||
translation: "Seu email"
|
||||
- id: yourWebsite
|
||||
translation: "Seu website"
|
||||
|
||||
# Delayed Disqus
|
||||
- id: show
|
||||
translation: "Mostrar"
|
||||
- id: comments
|
||||
translation: "comentários"
|
||||
|
||||
# Related posts
|
||||
- id: seeAlso
|
||||
translation: "Veja também"
|
||||
86
themes/lightbi/i18n/de.yaml
Normal file
@ -0,0 +1,86 @@
|
||||
# Content
|
||||
- id: dateFormat
|
||||
translation: "02.01.2006"
|
||||
- id: shortdateFormat
|
||||
translation: "2 Jan, 2006 15:04:05"
|
||||
- id: postedOnDate
|
||||
translation: "Gepostet am {{ . }}"
|
||||
- id: lastModified
|
||||
translation: "(Zuletzt geändert am {{ . }})"
|
||||
- id: translationsLabel
|
||||
translation: "Andere Sprachen: "
|
||||
- id: translationsSeparator
|
||||
translation: ", "
|
||||
- id: readMore
|
||||
translation: "Mehr"
|
||||
- id: olderPosts
|
||||
translation: "Ältere Posts"
|
||||
- id: newerPosts
|
||||
translation: "Neuere Posts"
|
||||
- id: previousPost
|
||||
translation: "Vorheriger Post"
|
||||
- id: nextPost
|
||||
translation: "Nächster Post"
|
||||
- id: readTime
|
||||
translation:
|
||||
one: "Minute"
|
||||
other: "Minuten"
|
||||
- id: words
|
||||
translation:
|
||||
one: "Wort"
|
||||
other: "Wörter"
|
||||
|
||||
|
||||
# 404 page
|
||||
- id: pageNotFound
|
||||
translation: "Ups, diese Seite existiert nicht. (404 Fehler)"
|
||||
|
||||
# Footer
|
||||
- id: poweredBy # Accepts HTML
|
||||
translation: 'Erstellt mit <a href="https://gohugo.io">Hugo</a> & <a href="https://github.com/binokochumolvarghese/lightbi-hugo">Lightbi.</a> Mit ❤ gemacht von <a href="https://binovarghese.com">Bino</a>'
|
||||
|
||||
# Navigation
|
||||
- id: toggleNavigation
|
||||
translation: "Navigation"
|
||||
- id: languageSwitcherLabel
|
||||
translation: "Sprache"
|
||||
- id: gcseLabelShort
|
||||
translation: "Suche"
|
||||
- id: gcseLabelLong
|
||||
translation: "{{ .Site.Title }} durchsuchen"
|
||||
- id: gcseClose
|
||||
translation: "Schließen"
|
||||
|
||||
# Staticman
|
||||
- id: noComment
|
||||
translation: "Kein Kommentar"
|
||||
- id: oneComment
|
||||
translation: "Kommentar"
|
||||
- id: moreComment
|
||||
translation: "Kommentare"
|
||||
- id: useMarkdown
|
||||
translation: "Sie können Markdown-Syntax verwenden"
|
||||
- id: yourName
|
||||
translation: "Ihr Name"
|
||||
- id: yourEmail
|
||||
translation: "Ihre Emailadresse"
|
||||
- id: yourWebsite
|
||||
translation: "Ihre Website"
|
||||
|
||||
# Delayed Disqus
|
||||
- id: show
|
||||
translation: "Zeige"
|
||||
- id: comments
|
||||
translation: "Kommentare"
|
||||
|
||||
# Related posts
|
||||
- id: seeAlso
|
||||
translation: "Siehe auch"
|
||||
|
||||
# Search
|
||||
- id: noSearchResults
|
||||
translation: "Suchbegriff „{{ .Term }}“ wurde nicht gefunden"
|
||||
- id: someSearchResults
|
||||
translation:
|
||||
one: "Ein Suchergebnis für „{{ .Term }}“ gefunden"
|
||||
other: "{{ .Count }} Suchergebnisse für „{{ .Term }}“ gefunden"
|
||||
74
themes/lightbi/i18n/dk.yaml
Normal file
@ -0,0 +1,74 @@
|
||||
# Content
|
||||
- id: dateFormat
|
||||
translation: "January 2, 2006"
|
||||
- id: shortdateFormat
|
||||
translation: "Jan 2, 2006 15:04:05"
|
||||
- id: postedOnDate
|
||||
translation: "Slået op den {{ .Count }}"
|
||||
- id: lastModified
|
||||
translation: "(Senest redigeret den {{ .Count }})"
|
||||
- id: translationsLabel
|
||||
translation: "Andre sprog: "
|
||||
- id: translationsSeparator
|
||||
translation: ", "
|
||||
- id: readMore
|
||||
translation: "Læs mere"
|
||||
- id: olderPosts
|
||||
translation: "Ældre opslag"
|
||||
- id: newerPosts
|
||||
translation: "Nyere opslag"
|
||||
- id: previousPost
|
||||
translation: "Forrige opslag"
|
||||
- id: nextPost
|
||||
translation: "Næste opslag"
|
||||
- id: readTime
|
||||
translation: "Minutter"
|
||||
- id: words
|
||||
translation: "Ord"
|
||||
|
||||
|
||||
# 404 page
|
||||
- id: pageNotFound
|
||||
translation: "Ups, denne side eksisterer ikke. (404 error)"
|
||||
|
||||
# Footer
|
||||
- id: poweredBy # Accepts HTML
|
||||
translation: 'Powered by <a href="https://gohugo.io">Hugo</a> & <a href="https://github.com/binokochumolvarghese/lightbi-hugo">Lightbi.</a> Made with ❤ by <a href="https://binovarghese.com">Bino</a>'
|
||||
|
||||
# Navigation
|
||||
- id: toggleNavigation
|
||||
translation: "Navigation"
|
||||
- id: languageSwitcherLabel
|
||||
translation: "Sprog"
|
||||
- id: gcseLabelShort
|
||||
translation: "Søg"
|
||||
- id: gcseLabelLong
|
||||
translation: "Søg {{ .Site.Title }}"
|
||||
- id: gcseClose
|
||||
translation: "Luk"
|
||||
|
||||
# Staticman
|
||||
- id: noComment
|
||||
translation: "Ingen kommentar"
|
||||
- id: oneComment
|
||||
translation: "Kommentar"
|
||||
- id: moreComment
|
||||
translation: "Kommentarer"
|
||||
- id: useMarkdown
|
||||
translation: "Du kan anvende Markdown syntax"
|
||||
- id: yourName
|
||||
translation: "Dit navn"
|
||||
- id: yourEmail
|
||||
translation: "Din emailadresse"
|
||||
- id: yourWebsite
|
||||
translation: "Din hjemmeside"
|
||||
|
||||
# Delayed Disqus
|
||||
- id: show
|
||||
translation: "Vis"
|
||||
- id: comments
|
||||
translation: "Kommentarer"
|
||||
|
||||
# Related posts
|
||||
- id: seeAlso
|
||||
translation: "Se også"
|
||||
87
themes/lightbi/i18n/en.yaml
Normal file
@ -0,0 +1,87 @@
|
||||
# Content
|
||||
- id: dateFormat
|
||||
translation: "January 2, 2006"
|
||||
- id: shortdateFormat
|
||||
translation: "Jan 2, 2006 15:04:05"
|
||||
- id: postedOnDate
|
||||
translation: "Posted on {{ . }}"
|
||||
- id: lastModified
|
||||
translation: "(Last modified on {{ . }})"
|
||||
- id: translationsLabel
|
||||
translation: "Other languages: "
|
||||
- id: translationsSeparator
|
||||
translation: ", "
|
||||
- id: readMore
|
||||
translation: "Read More"
|
||||
- id: olderPosts
|
||||
translation: "Older Posts"
|
||||
- id: newerPosts
|
||||
translation: "Newer Posts"
|
||||
- id: previousPost
|
||||
translation: "Previous Post"
|
||||
- id: nextPost
|
||||
translation: "Next Post"
|
||||
- id: readTime
|
||||
translation:
|
||||
one: "minute"
|
||||
other: "minutes"
|
||||
- id: words
|
||||
translation:
|
||||
one: "word"
|
||||
other: "words"
|
||||
|
||||
|
||||
# 404 page
|
||||
- id: pageNotFound
|
||||
translation: "Whoops, this page doesn't exist. Move along. (404 error)"
|
||||
|
||||
# Footer
|
||||
- id: poweredBy # Accepts HTML
|
||||
translation: 'Powered by <a href="https://gohugo.io">Hugo</a> & <a href="https://github.com/binokochumolvarghese/lightbi-hugo">Lightbi.</a> Made with ❤ by <a href="https://binovarghese.com">Bino</a>'
|
||||
|
||||
# Navigation
|
||||
- id: toggleNavigation
|
||||
translation: "Toggle navigation"
|
||||
- id: languageSwitcherLabel
|
||||
translation: "Language"
|
||||
- id: gcseLabelShort
|
||||
translation: "Search"
|
||||
- id: gcseLabelLong
|
||||
translation: "Search {{ .Site.Title }}"
|
||||
- id: gcseClose
|
||||
translation: "Close"
|
||||
|
||||
# Staticman
|
||||
- id: noComment
|
||||
translation: "No comment"
|
||||
- id: oneComment
|
||||
translation: "comment"
|
||||
- id: moreComment
|
||||
translation: "comments"
|
||||
- id: useMarkdown
|
||||
translation: "You can use Markdown syntax"
|
||||
- id: yourName
|
||||
translation: "Your name"
|
||||
- id: yourEmail
|
||||
translation: "Your email address"
|
||||
- id: yourWebsite
|
||||
translation: "You website"
|
||||
|
||||
# Delayed Disqus
|
||||
- id: show
|
||||
translation: "Show"
|
||||
- id: comments
|
||||
translation: "comments"
|
||||
|
||||
# Related posts
|
||||
- id: seeAlso
|
||||
translation: "See also"
|
||||
|
||||
# Search
|
||||
- id: noSearchResults
|
||||
translation: "No results found for “{{ .Term }}”"
|
||||
|
||||
- id: someSearchResults
|
||||
translation:
|
||||
one: "Found one result for “{{ .Term }}”"
|
||||
other: "Found {{ .Count }} results for “{{ .Term }}”"
|
||||
74
themes/lightbi/i18n/eo.yaml
Normal file
@ -0,0 +1,74 @@
|
||||
# Content
|
||||
- id: dateFormat
|
||||
translation: "2006-01-02"
|
||||
- id: shortdateFormat
|
||||
translation: "2 Jan, 2006 15:04:05"
|
||||
- id: postedOnDate
|
||||
translation: "Afiŝiĝis je {{ . }}"
|
||||
- id: lastModified
|
||||
translation: "(Laste aliiĝis je {{ . }})"
|
||||
- id: translationsLabel
|
||||
translation: "Aliaj lingvoj: "
|
||||
- id: translationsSeparator
|
||||
translation: ", "
|
||||
- id: readMore
|
||||
translation: "Legi pli"
|
||||
- id: olderPosts
|
||||
translation: "Plimalnovaj afiŝoj"
|
||||
- id: newerPosts
|
||||
translation: "Plinovaj afiŝoj"
|
||||
- id: previousPost
|
||||
translation: "Antaŭa afiŝo"
|
||||
- id: nextPost
|
||||
translation: "Sekva afiŝo"
|
||||
- id: readTime
|
||||
translation: "minutoj"
|
||||
- id: words
|
||||
translation: "vortoj"
|
||||
|
||||
|
||||
# 404 page
|
||||
- id: pageNotFound
|
||||
translation: "Ups, ĉi tiu paĝo ne ekzistas. (404 Error)"
|
||||
|
||||
# Footer
|
||||
- id: poweredBy # Accepts HTML
|
||||
translation: 'Powered by <a href="https://gohugo.io">Hugo</a> & <a href="https://github.com/binokochumolvarghese/lightbi-hugo">Lightbi.</a> Made with ❤ by <a href="https://binovarghese.com">Bino</a>'
|
||||
|
||||
# Navigation
|
||||
- id: toggleNavigation
|
||||
translation: "Navigacio"
|
||||
- id: languageSwitcherLabel
|
||||
translation: "Lingvo"
|
||||
- id: gcseLabelShort
|
||||
translation: "Serĉi"
|
||||
- id: gcseLabelLong
|
||||
translation: "Serĉi {{ .Site.Title }}"
|
||||
- id: gcseClose
|
||||
translation: "Fermi"
|
||||
|
||||
# Staticman
|
||||
- id: noComment
|
||||
translation: "Sen komentoj"
|
||||
- id: oneComment
|
||||
translation: "komento"
|
||||
- id: moreComment
|
||||
translation: "komentoj"
|
||||
- id: useMarkdown
|
||||
translation: "Vi povus uzi Markdown-sintakson"
|
||||
- id: yourName
|
||||
translation: "Via nomo"
|
||||
- id: yourEmail
|
||||
translation: "Via retpoŝtadreso"
|
||||
- id: yourWebsite
|
||||
translation: "Via retpaĝaro"
|
||||
|
||||
# Delayed Disqus
|
||||
- id: show
|
||||
translation: "Montru"
|
||||
- id: comments
|
||||
translation: "komentoj"
|
||||
|
||||
# Related posts
|
||||
- id: seeAlso
|
||||
translation: "Vidu ankaŭ"
|
||||
74
themes/lightbi/i18n/es.yaml
Normal file
@ -0,0 +1,74 @@
|
||||
# Content
|
||||
- id: dateFormat
|
||||
translation: "2 de enero, 2006"
|
||||
- id: shortdateFormat
|
||||
translation: "2 Jan, 2006 15:04:05"
|
||||
- id: postedOnDate
|
||||
translation: "Publicado el {{ . }}"
|
||||
- id: lastModified
|
||||
translation: "(Última modificación en {{ . }})"
|
||||
- id: translationsLabel
|
||||
translation: "Otros idiomas: "
|
||||
- id: translationsSeparator
|
||||
translation: ", "
|
||||
- id: readMore
|
||||
translation: "Leer más"
|
||||
- id: olderPosts
|
||||
translation: "Artículos anteriores"
|
||||
- id: newerPosts
|
||||
translation: "Artículos siguientes"
|
||||
- id: previousPost
|
||||
translation: "Artículo anterior"
|
||||
- id: nextPost
|
||||
translation: "Artículo siguiente"
|
||||
- id: readTime
|
||||
translation: "minutos"
|
||||
- id: words
|
||||
translation: "palabras"
|
||||
|
||||
|
||||
# 404 page
|
||||
- id: pageNotFound
|
||||
translation: "¡Vaya! Esta página no existe (error 404)"
|
||||
|
||||
# Footer
|
||||
- id: poweredBy # Accepts HTML
|
||||
translation: 'Powered by <a href="https://gohugo.io">Hugo</a> & <a href="https://github.com/binokochumolvarghese/lightbi-hugo">Lightbi.</a> Made with ❤ by <a href="https://binovarghese.com">Bino</a>'
|
||||
|
||||
# Navigation
|
||||
- id: toggleNavigation
|
||||
translation: "Conmuta navegación"
|
||||
- id: languageSwitcherLabel
|
||||
translation: "Idioma"
|
||||
- id: gcseLabelShort
|
||||
translation: "Buscar"
|
||||
- id: gcseLabelLong
|
||||
translation: "Buscar en {{ .Site.Title }}"
|
||||
- id: gcseClose
|
||||
translation: "Cerrar"
|
||||
|
||||
# Staticman
|
||||
- id: noComment
|
||||
translation: "Sin comentarios"
|
||||
- id: oneComment
|
||||
translation: "comentario"
|
||||
- id: moreComment
|
||||
translation: "comentarios"
|
||||
- id: useMarkdown
|
||||
translation: "Puedes usar la sintaxis de Markdown"
|
||||
- id: yourName
|
||||
translation: "Tu nombre"
|
||||
- id: yourEmail
|
||||
translation: "Tu correo electrónico"
|
||||
- id: yourWebsite
|
||||
translation: "Tu sitio web"
|
||||
|
||||
# Delayed Disqus
|
||||
- id: show
|
||||
translation: "Mostrar"
|
||||
- id: comments
|
||||
translation: "comentarios"
|
||||
|
||||
# Related posts
|
||||
- id: seeAlso
|
||||
translation: "Ver también"
|
||||
74
themes/lightbi/i18n/fr.yaml
Normal file
@ -0,0 +1,74 @@
|
||||
# Content
|
||||
- id: dateFormat
|
||||
translation: "January 2, 2006"
|
||||
- id: shortdateFormat
|
||||
translation: "2 Jan, 2006 15:04:05"
|
||||
- id: postedOnDate
|
||||
translation: "Posté le {{ . }}"
|
||||
- id: lastModified
|
||||
translation: "(Dernière modification le {{ . }})"
|
||||
- id: translationsLabel
|
||||
translation: "Autres langues : "
|
||||
- id: translationsSeparator
|
||||
translation: ", "
|
||||
- id: readMore
|
||||
translation: "Voir plus"
|
||||
- id: olderPosts
|
||||
translation: "Anciens posts"
|
||||
- id: newerPosts
|
||||
translation: "Nouveaux posts"
|
||||
- id: previousPost
|
||||
translation: "Post précédent"
|
||||
- id: nextPost
|
||||
translation: "Post suivant"
|
||||
- id: readTime
|
||||
translation: "minutes"
|
||||
- id: words
|
||||
translation: "mots"
|
||||
|
||||
|
||||
# 404 page
|
||||
- id: pageNotFound
|
||||
translation: "Oups, cette page n'existe pas. (erreur 404)"
|
||||
|
||||
# Footer
|
||||
- id: poweredBy # Accepts HTML
|
||||
translation: 'Powered by <a href="https://gohugo.io">Hugo</a> & <a href="https://github.com/binokochumolvarghese/lightbi-hugo">Lightbi.</a> Made with ❤ by <a href="https://binovarghese.com">Bino</a>'
|
||||
|
||||
# Navigation
|
||||
- id: toggleNavigation
|
||||
translation: "Toggle navigation"
|
||||
- id: languageSwitcherLabel
|
||||
translation: "Langue"
|
||||
- id: gcseLabelShort
|
||||
translation: "Rechercher"
|
||||
- id: gcseLabelLong
|
||||
translation: "Rechercher {{ .Site.Title }}"
|
||||
- id: gcseClose
|
||||
translation: "Fermer"
|
||||
|
||||
# Staticman
|
||||
- id: noComment
|
||||
translation: "Pas de commentaire"
|
||||
- id: oneComment
|
||||
translation: "commentaire"
|
||||
- id: moreComment
|
||||
translation: "commentaires"
|
||||
- id: useMarkdown
|
||||
translation: "Vous pouvez utiliser la syntaxe Markdown"
|
||||
- id: yourName
|
||||
translation: "Votre nom"
|
||||
- id: yourEmail
|
||||
translation: "Votre addresse mail"
|
||||
- id: yourWebsite
|
||||
translation: "Votre site web"
|
||||
|
||||
# Delayed Disqus
|
||||
- id: show
|
||||
translation: "Afficher"
|
||||
- id: comments
|
||||
translation: "commentaires"
|
||||
|
||||
# Related posts
|
||||
- id: seeAlso
|
||||
translation: "Voir également"
|
||||
74
themes/lightbi/i18n/hr.yaml
Normal file
@ -0,0 +1,74 @@
|
||||
# Content
|
||||
- id: dateFormat
|
||||
translation: "Siječanj 2, 2006"
|
||||
- id: shortdateFormat
|
||||
translation: "Sij 2, 2006 15:04:05"
|
||||
- id: postedOnDate
|
||||
translation: "Obajvljeno na {{ .Count }}"
|
||||
- id: lastModified
|
||||
translation: "(Zadnja promjena na {{ .Count }})"
|
||||
- id: translationsLabel
|
||||
translation: "Ostali jezici: "
|
||||
- id: translationsSeparator
|
||||
translation: ", "
|
||||
- id: readMore
|
||||
translation: "Pročitaj više"
|
||||
- id: olderPosts
|
||||
translation: "Starije objave"
|
||||
- id: newerPosts
|
||||
translation: "Novije objave"
|
||||
- id: previousPost
|
||||
translation: "Prethodna objava"
|
||||
- id: nextPost
|
||||
translation: "Slijedeća objava"
|
||||
- id: readTime
|
||||
translation: "minuta"
|
||||
- id: words
|
||||
translation: "riječi"
|
||||
|
||||
|
||||
# 404 page
|
||||
- id: pageNotFound
|
||||
translation: "Whoops, ova stranica ne postoji. Idemo dalje. (404 error)"
|
||||
|
||||
# Footer
|
||||
- id: poweredBy # Accepts HTML
|
||||
translation: 'Powered by <a href="https://gohugo.io">Hugo</a> & <a href="https://github.com/binokochumolvarghese/lightbi-hugo">Lightbi.</a> Made with ❤ by <a href="https://binovarghese.com">Bino</a>'
|
||||
|
||||
# Navigation
|
||||
- id: toggleNavigation
|
||||
translation: "Uključi/isključi navigaciju"
|
||||
- id: languageSwitcherLabel
|
||||
translation: "Jezik"
|
||||
- id: gcseLabelShort
|
||||
translation: "Traži"
|
||||
- id: gcseLabelLong
|
||||
translation: "Traži {{ .Site.Title }}"
|
||||
- id: gcseClose
|
||||
translation: "Zatvori"
|
||||
|
||||
# Staticman
|
||||
- id: noComment
|
||||
translation: "Nema komenatara"
|
||||
- id: oneComment
|
||||
translation: "komentar"
|
||||
- id: moreComment
|
||||
translation: "komenatari"
|
||||
- id: useMarkdown
|
||||
translation: "Možete koristiti Markdown sintaksu"
|
||||
- id: yourName
|
||||
translation: "Vaše ime"
|
||||
- id: yourEmail
|
||||
translation: "Vaša email adresa"
|
||||
- id: yourWebsite
|
||||
translation: "You web stranica"
|
||||
|
||||
# Delayed Disqus
|
||||
- id: show
|
||||
translation: "Pokaži"
|
||||
- id: comments
|
||||
translation: "komentari"
|
||||
|
||||
# Related posts
|
||||
- id: seeAlso
|
||||
translation: "Također vidi"
|
||||
74
themes/lightbi/i18n/it.yaml
Normal file
@ -0,0 +1,74 @@
|
||||
# Content
|
||||
- id: dateFormat
|
||||
translation: "2 January 2006"
|
||||
- id: shortdateFormat
|
||||
translation: "2 Jan 2006 15:04:05"
|
||||
- id: postedOnDate
|
||||
translation: "Redatto il {{ . }}"
|
||||
- id: lastModified
|
||||
translation: "(Ultima modifica il {{ . }})"
|
||||
- id: translationsLabel
|
||||
translation: "Altre lingue: "
|
||||
- id: translationsSeparator
|
||||
translation: ", "
|
||||
- id: readMore
|
||||
translation: "Leggi"
|
||||
- id: olderPosts
|
||||
translation: "Articoli più vecchi"
|
||||
- id: newerPosts
|
||||
translation: "Articoli più recenti"
|
||||
- id: previousPost
|
||||
translation: "Articolo precedente"
|
||||
- id: nextPost
|
||||
translation: "Articolo successivo"
|
||||
- id: readTime
|
||||
translation: "minuti"
|
||||
- id: words
|
||||
translation: "parole"
|
||||
|
||||
|
||||
# 404 page
|
||||
- id: pageNotFound
|
||||
translation: "Ops, questa pagina non esiste. (errore 404)"
|
||||
|
||||
# Footer
|
||||
- id: poweredBy # Accepts HTML
|
||||
translation: 'Powered by <a href="https://gohugo.io">Hugo</a> & <a href="https://github.com/binokochumolvarghese/lightbi-hugo">Lightbi.</a> Made with ❤ by <a href="https://binovarghese.com">Bino</a>'
|
||||
|
||||
# Navigation
|
||||
- id: toggleNavigation
|
||||
translation: "Attiva/disattiva la navigazione"
|
||||
- id: languageSwitcherLabel
|
||||
translation: "Linguaggio"
|
||||
- id: gcseLabelShort
|
||||
translation: "Cerca"
|
||||
- id: gcseLabelLong
|
||||
translation: "Cerca {{ .Site.Title }}"
|
||||
- id: gcseClose
|
||||
translation: "Chiudi"
|
||||
|
||||
# Staticman
|
||||
- id: noComment
|
||||
translation: "Nessun commento"
|
||||
- id: oneComment
|
||||
translation: "commento"
|
||||
- id: moreComment
|
||||
translation: "commenti"
|
||||
- id: useMarkdown
|
||||
translation: "Puoi usare la sintassi Markdown"
|
||||
- id: yourName
|
||||
translation: "Il tuo nome"
|
||||
- id: yourEmail
|
||||
translation: "Il tuo indirizzo mail"
|
||||
- id: yourWebsite
|
||||
translation: "Il tuo website"
|
||||
|
||||
# Delayed Disqus
|
||||
- id: show
|
||||
translation: "Mostra"
|
||||
- id: comments
|
||||
translation: "commenti"
|
||||
|
||||
# Related posts
|
||||
- id: seeAlso
|
||||
translation: "Guarda anche"
|
||||
74
themes/lightbi/i18n/ja.yaml
Normal file
@ -0,0 +1,74 @@
|
||||
# Content
|
||||
- id: dateFormat
|
||||
translation: "2006年1月2日"
|
||||
- id: shortdateFormat
|
||||
translation: "2 Jan, 2006 15:04:05"
|
||||
- id: postedOnDate
|
||||
translation: "{{ . }}に投稿"
|
||||
- id: lastModified
|
||||
translation: "(最終更新日時{{ . }})"
|
||||
- id: translationsLabel
|
||||
translation: "翻訳:"
|
||||
- id: translationsSeparator
|
||||
translation: "・"
|
||||
- id: readMore
|
||||
translation: "続きを読む"
|
||||
- id: olderPosts
|
||||
translation: "古いページ"
|
||||
- id: newerPosts
|
||||
translation: "新しいページ"
|
||||
- id: previousPost
|
||||
translation: "前ページ"
|
||||
- id: nextPost
|
||||
translation: "次ページ"
|
||||
- id: readTime
|
||||
translation: "分間"
|
||||
- id: words
|
||||
translation: "言葉"
|
||||
|
||||
|
||||
# 404 page
|
||||
- id: pageNotFound
|
||||
translation: "おっと、このページが存在しない。他にあたってください。(404エラー)"
|
||||
|
||||
# Footer
|
||||
- id: poweredBy # Accepts HTML
|
||||
translation: 'Powered by <a href="https://gohugo.io">Hugo</a> & <a href="https://github.com/binokochumolvarghese/lightbi-hugo">Lightbi.</a> Made with ❤ by <a href="https://binovarghese.com">Bino</a>'
|
||||
|
||||
# Navigation
|
||||
- id: toggleNavigation
|
||||
translation: "メニューを切り替え"
|
||||
- id: languageSwitcherLabel
|
||||
translation: "言語"
|
||||
- id: gcseLabelShort
|
||||
translation: "検索"
|
||||
- id: gcseLabelLong
|
||||
translation: "{{ .Site.Title }}を検索"
|
||||
- id: gcseClose
|
||||
translation: "閉じる"
|
||||
|
||||
# Staticman
|
||||
- id: noComment
|
||||
translation: "0 件のコメント"
|
||||
- id: oneComment
|
||||
translation: "件のコメント"
|
||||
- id: moreComment
|
||||
translation: "件のコメント"
|
||||
- id: useMarkdown
|
||||
translation: "Markdown を使用できます"
|
||||
- id: yourName
|
||||
translation: "名前"
|
||||
- id: yourEmail
|
||||
translation: "メールアドレス"
|
||||
- id: yourWebsite
|
||||
translation: "ウェブサイト"
|
||||
|
||||
# Delayed Disqus
|
||||
- id: show
|
||||
translation: "ショー"
|
||||
- id: comments
|
||||
translation: "コメント"
|
||||
|
||||
# Related posts
|
||||
- id: seeAlso
|
||||
translation: "も参照してください"
|
||||
74
themes/lightbi/i18n/ko.yaml
Normal file
@ -0,0 +1,74 @@
|
||||
# Content
|
||||
- id: dateFormat
|
||||
translation: "2006년 1월 2일"
|
||||
- id: shortdateFormat
|
||||
translation: "2006. 1. 2. 15:04:05"
|
||||
- id: postedOnDate
|
||||
translation: "{{ .Count }}에 게시됨"
|
||||
- id: lastModified
|
||||
translation: "({{ .Count }}에 마지막으로 수정됨)"
|
||||
- id: translationsLabel
|
||||
translation: "다른 언어: "
|
||||
- id: translationsSeparator
|
||||
translation: ", "
|
||||
- id: readMore
|
||||
translation: "더 읽기"
|
||||
- id: olderPosts
|
||||
translation: "이전 페이지"
|
||||
- id: newerPosts
|
||||
translation: "다음 페이지"
|
||||
- id: previousPost
|
||||
translation: "이전 글"
|
||||
- id: nextPost
|
||||
translation: "다음 글"
|
||||
- id: readTime
|
||||
translation: "분"
|
||||
- id: words
|
||||
translation: "단어"
|
||||
|
||||
|
||||
# 404 page
|
||||
- id: pageNotFound
|
||||
translation: "이런, 이 페이지를 찾을 수 없어요. (404 오류)"
|
||||
|
||||
# Footer
|
||||
- id: poweredBy # Accepts HTML
|
||||
translation: 'Powered by <a href="https://gohugo.io">Hugo</a> & <a href="https://github.com/binokochumolvarghese/lightbi-hugo">Lightbi.</a> Made with ❤ by <a href="https://binovarghese.com">Bino</a>'
|
||||
|
||||
# Navigation
|
||||
- id: toggleNavigation
|
||||
translation: "네비게이션 토글"
|
||||
- id: languageSwitcherLabel
|
||||
translation: "언어"
|
||||
- id: gcseLabelShort
|
||||
translation: "검색"
|
||||
- id: gcseLabelLong
|
||||
translation: "{{ .Site.Title }}에서 검색"
|
||||
- id: gcseClose
|
||||
translation: "닫기"
|
||||
|
||||
# Staticman
|
||||
- id: noComment
|
||||
translation: "댓글이 없습니다."
|
||||
- id: oneComment
|
||||
translation: "개의 댓글"
|
||||
- id: moreComment
|
||||
translation: "개의 댓글들"
|
||||
- id: useMarkdown
|
||||
translation: "마크다운 문법을 쓸 수 있습니다."
|
||||
- id: yourName
|
||||
translation: "이름"
|
||||
- id: yourEmail
|
||||
translation: "이메일"
|
||||
- id: yourWebsite
|
||||
translation: "웹사이트"
|
||||
|
||||
# Delayed Disqus
|
||||
- id: show
|
||||
translation: "표시"
|
||||
- id: comments
|
||||
translation: "댓글들"
|
||||
|
||||
# Related posts
|
||||
- id: seeAlso
|
||||
translation: "더 보면 좋을 글들"
|
||||
74
themes/lightbi/i18n/lmo.yaml
Normal file
@ -0,0 +1,74 @@
|
||||
# Content
|
||||
- id: dateFormat
|
||||
translation: "2 January 2006"
|
||||
- id: shortdateFormat
|
||||
translation: "2 Jan 2006 15:04:05"
|
||||
- id: postedOnDate
|
||||
translation: "Publegaa il {{ .Count }}"
|
||||
- id: lastModified
|
||||
translation: "(Darrera modifega ell {{ .Count }})"
|
||||
- id: translationsLabel
|
||||
translation: "Alter lengov: "
|
||||
- id: translationsSeparator
|
||||
translation: ", "
|
||||
- id: readMore
|
||||
translation: "Lensg"
|
||||
- id: olderPosts
|
||||
translation: "Articol pussee vegg"
|
||||
- id: newerPosts
|
||||
translation: "Articoli pussee noeuv"
|
||||
- id: previousPost
|
||||
translation: "Articolo de prima"
|
||||
- id: nextPost
|
||||
translation: "Articolo dopo"
|
||||
- id: readTime
|
||||
translation: "megnuu"
|
||||
- id: words
|
||||
translation: "paroll"
|
||||
|
||||
|
||||
# 404 page
|
||||
- id: pageNotFound
|
||||
translation: "Ocio, quella pagina chi la esist no. (errore 404)"
|
||||
|
||||
# Footer
|
||||
- id: poweredBy # Accepts HTML
|
||||
translation: 'Powered by <a href="https://gohugo.io">Hugo</a> & <a href="https://github.com/binokochumolvarghese/lightbi-hugo">Lightbi.</a> Made with ❤ by <a href="https://binovarghese.com">Bino</a>'
|
||||
|
||||
# Navigation
|
||||
- id: toggleNavigation
|
||||
translation: "Attiva/disattiva la navigazion"
|
||||
- id: languageSwitcherLabel
|
||||
translation: "Lengua"
|
||||
- id: gcseLabelShort
|
||||
translation: "Cerca"
|
||||
- id: gcseLabelLong
|
||||
translation: "Cerca {{ .Site.Title }}"
|
||||
- id: gcseClose
|
||||
translation: "Sara su"
|
||||
|
||||
# Staticman
|
||||
- id: noComment
|
||||
translation: "Nissub comment"
|
||||
- id: oneComment
|
||||
translation: "comment"
|
||||
- id: moreComment
|
||||
translation: "comment"
|
||||
- id: useMarkdown
|
||||
translation: "Te pòdet doperà la sintassi Markdown"
|
||||
- id: yourName
|
||||
translation: "El tò nomm"
|
||||
- id: yourEmail
|
||||
translation: "La toa adressa e-mail"
|
||||
- id: yourWebsite
|
||||
translation: "El tò sitt web"
|
||||
|
||||
# Delayed Disqus
|
||||
- id: show
|
||||
translation: "Mostra"
|
||||
- id: comments
|
||||
translation: "comment"
|
||||
|
||||
# Related posts
|
||||
- id: seeAlso
|
||||
translation: "Varda anca"
|
||||
89
themes/lightbi/i18n/ml.yaml
Normal file
@ -0,0 +1,89 @@
|
||||
# Content
|
||||
- id: dateFormat
|
||||
translation: "January 2, 2006"
|
||||
- id: shortdateFormat
|
||||
translation: "Jan 2, 2006 15:04:05"
|
||||
- id: postedOnDate
|
||||
translation: "Posted on {{ . }}"
|
||||
- id: lastModified
|
||||
translation: "(Last modified on {{ . }})"
|
||||
- id: translationsLabel
|
||||
translation: "Other languages: "
|
||||
- id: translationsSeparator
|
||||
translation: ", "
|
||||
- id: readMore
|
||||
translation: "Read More"
|
||||
- id: olderPosts
|
||||
translation: "Older Posts"
|
||||
- id: newerPosts
|
||||
translation: "Newer Posts"
|
||||
- id: previousPost
|
||||
translation: "Previous Post"
|
||||
- id: nextPost
|
||||
translation: "Next Post"
|
||||
- id: readTime
|
||||
translation:
|
||||
one: "minute"
|
||||
other: "minutes"
|
||||
- id: words
|
||||
translation:
|
||||
one: "word"
|
||||
other: "words"
|
||||
|
||||
|
||||
# 404 page
|
||||
- id: pageNotFound
|
||||
translation: "Whoops, this page doesn't exist. Move along. (404 error)"
|
||||
|
||||
# Footer
|
||||
- id: poweredBy # Accepts HTML
|
||||
translation: 'Powered by <a href="https://gohugo.io">Hugo</a> & <a href="https://github.com/binokochumolvarghese/lightbi-hugo">Lightbi.</a> Made with ❤ by <a href="https://binovarghese.com">Bino</a>'
|
||||
|
||||
# Navigation
|
||||
- id: toggleNavigation
|
||||
translation: "Toggle navigation"
|
||||
- id: languageSwitcherLabel
|
||||
translation: "Language"
|
||||
- id: gcseLabelShort
|
||||
translation: "Search"
|
||||
- id: gcseLabelLong
|
||||
translation: "Search {{ .Site.Title }}"
|
||||
- id: gcseClose
|
||||
translation: "Close"
|
||||
- id: aboutMe
|
||||
translation: "എന്നെക്കുറിച്ച്"
|
||||
|
||||
# Staticman
|
||||
- id: noComment
|
||||
translation: "No comment"
|
||||
- id: oneComment
|
||||
translation: "comment"
|
||||
- id: moreComment
|
||||
translation: "comments"
|
||||
- id: useMarkdown
|
||||
translation: "You can use Markdown syntax"
|
||||
- id: yourName
|
||||
translation: "Your name"
|
||||
- id: yourEmail
|
||||
translation: "Your email address"
|
||||
- id: yourWebsite
|
||||
translation: "You website"
|
||||
|
||||
# Delayed Disqus
|
||||
- id: show
|
||||
translation: "Show"
|
||||
- id: comments
|
||||
translation: "comments"
|
||||
|
||||
# Related posts
|
||||
- id: seeAlso
|
||||
translation: "See also"
|
||||
|
||||
# Search
|
||||
- id: noSearchResults
|
||||
translation: "No results found for “{{ .Term }}”"
|
||||
|
||||
- id: someSearchResults
|
||||
translation:
|
||||
one: "Found one result for “{{ .Term }}”"
|
||||
other: "Found {{ .Count }} results for “{{ .Term }}”"
|
||||
74
themes/lightbi/i18n/nb.yaml
Normal file
@ -0,0 +1,74 @@
|
||||
# Content
|
||||
- id: dateFormat
|
||||
translation: "02.01.2006"
|
||||
- id: shortdateFormat
|
||||
translation: "2 Jan, 2006 15:04:05"
|
||||
- id: postedOnDate
|
||||
translation: "Postet {{ . }}"
|
||||
- id: lastModified
|
||||
translation: "(Sist endret {{ . }})"
|
||||
- id: translationsLabel
|
||||
translation: "Andre språk: "
|
||||
- id: translationsSeparator
|
||||
translation: ", "
|
||||
- id: readMore
|
||||
translation: "Les Mer"
|
||||
- id: olderPosts
|
||||
translation: "Eldre Poster"
|
||||
- id: newerPosts
|
||||
translation: "Nyere Poster"
|
||||
- id: previousPost
|
||||
translation: "Forrige Post"
|
||||
- id: nextPost
|
||||
translation: "Neste Post"
|
||||
- id: readTime
|
||||
translation: "minutter"
|
||||
- id: words
|
||||
translation: "ord"
|
||||
|
||||
|
||||
# 404 page
|
||||
- id: pageNotFound
|
||||
translation: "Oisann! Denne siden finnes visst ikke. Prøv noe annet. (404 feil)"
|
||||
|
||||
# Footer
|
||||
- id: poweredBy # Accepts HTML
|
||||
translation: 'Powered by <a href="https://gohugo.io">Hugo</a> & <a href="https://github.com/binokochumolvarghese/lightbi-hugo">Lightbi.</a> Made with ❤ by <a href="https://binovarghese.com">Bino</a>'
|
||||
|
||||
# Navigation
|
||||
- id: toggleNavigation
|
||||
translation: "Navigasjon på/av"
|
||||
- id: languageSwitcherLabel
|
||||
translation: "Språk"
|
||||
- id: gcseLabelShort
|
||||
translation: "Søk"
|
||||
- id: gcseLabelLong
|
||||
translation: "Søk {{ .Site.Title }}"
|
||||
- id: gcseClose
|
||||
translation: "Lukk"
|
||||
|
||||
# Staticman
|
||||
- id: noComment
|
||||
translation: "Ingen kommentarer"
|
||||
- id: oneComment
|
||||
translation: "kommentar"
|
||||
- id: moreComment
|
||||
translation: "kommentarer"
|
||||
- id: useMarkdown
|
||||
translation: "Du kan bruke Markdown syntax"
|
||||
- id: yourName
|
||||
translation: "Ditt navn"
|
||||
- id: yourEmail
|
||||
translation: "Din e-postadresse"
|
||||
- id: yourWebsite
|
||||
translation: "Din webside"
|
||||
|
||||
# Delayed Disqus
|
||||
- id: show
|
||||
translation: "Vis"
|
||||
- id: comments
|
||||
translation: "kommentarer"
|
||||
|
||||
# Related posts
|
||||
- id: seeAlso
|
||||
translation: "Se også"
|
||||
74
themes/lightbi/i18n/nl.yaml
Normal file
@ -0,0 +1,74 @@
|
||||
# Content
|
||||
- id: dateFormat
|
||||
translation: "2006-01-02"
|
||||
- id: shortdateFormat
|
||||
translation: "2 Jan, 2006 15:04:05"
|
||||
- id: postedOnDate
|
||||
translation: "Gepost op {{ . }}"
|
||||
- id: lastModified
|
||||
translation: "(Laatst gewijzigd op {{ . }})"
|
||||
- id: translationsLabel
|
||||
translation: "Andere talen: "
|
||||
- id: translationsSeparator
|
||||
translation: ", "
|
||||
- id: readMore
|
||||
translation: "Meer lezen"
|
||||
- id: olderPosts
|
||||
translation: "Oudere berichten"
|
||||
- id: newerPosts
|
||||
translation: "Nieuwere berichten"
|
||||
- id: previousPost
|
||||
translation: "Vorige bericht"
|
||||
- id: nextPost
|
||||
translation: "Volgende bericht"
|
||||
- id: readTime
|
||||
translation: "minuten"
|
||||
- id: words
|
||||
translation: "woorden"
|
||||
|
||||
|
||||
# 404 page
|
||||
- id: pageNotFound
|
||||
translation: "Oeps, deze pagina bestaat niet. (404 Error)"
|
||||
|
||||
# Footer
|
||||
- id: poweredBy # Accepts HTML
|
||||
translation: 'Powered by <a href="https://gohugo.io">Hugo</a> & <a href="https://github.com/binokochumolvarghese/lightbi-hugo">Lightbi.</a> Made with ❤ by <a href="https://binovarghese.com">Bino</a>'
|
||||
|
||||
# Navigation
|
||||
- id: toggleNavigation
|
||||
translation: "Navigatie"
|
||||
- id: languageSwitcherLabel
|
||||
translation: "Taal"
|
||||
- id: gcseLabelShort
|
||||
translation: "Zoeken"
|
||||
- id: gcseLabelLong
|
||||
translation: "Zoek {{ .Site.Title }}"
|
||||
- id: gcseClose
|
||||
translation: "Sluiten"
|
||||
|
||||
# Staticman
|
||||
- id: noComment
|
||||
translation: "Geen commentaar"
|
||||
- id: oneComment
|
||||
translation: "reactie"
|
||||
- id: moreComment
|
||||
translation: "reacties"
|
||||
- id: useMarkdown
|
||||
translation: "Je kunt Markdown-syntax gebruiken"
|
||||
- id: yourName
|
||||
translation: "Jouw naam"
|
||||
- id: yourEmail
|
||||
translation: "Jouw e-mailadres"
|
||||
- id: yourWebsite
|
||||
translation: "Jouw website"
|
||||
|
||||
# Delayed Disqus
|
||||
- id: show
|
||||
translation: "Laat zien"
|
||||
- id: comments
|
||||
translation: "reacties"
|
||||
|
||||
# Related posts
|
||||
- id: seeAlso
|
||||
translation: "Zie ook"
|
||||
74
themes/lightbi/i18n/pl.yaml
Normal file
@ -0,0 +1,74 @@
|
||||
# Content
|
||||
- id: dateFormat
|
||||
translation: "02.01.2006"
|
||||
- id: shortdateFormat
|
||||
translation: "2 Jan, 2006 15:04:05"
|
||||
- id: postedOnDate
|
||||
translation: "Opublikowany {{ . }}"
|
||||
- id: lastModified
|
||||
translation: "(Ostatnia modyfikacja {{ . }})"
|
||||
- id: translationsLabel
|
||||
translation: "Inne języki: "
|
||||
- id: translationsSeparator
|
||||
translation: ", "
|
||||
- id: readMore
|
||||
translation: "Więcej"
|
||||
- id: olderPosts
|
||||
translation: "Poprzednie wpisy"
|
||||
- id: newerPosts
|
||||
translation: "Następne wpisy"
|
||||
- id: previousPost
|
||||
translation: "Poprzedni"
|
||||
- id: nextPost
|
||||
translation: "Następny"
|
||||
- id: readTime
|
||||
translation: "minuty"
|
||||
- id: words
|
||||
translation: "słowa"
|
||||
|
||||
|
||||
# 404 page
|
||||
- id: pageNotFound
|
||||
translation: "Nieprawidłowy adres (błąd 404)"
|
||||
|
||||
# Footer
|
||||
- id: poweredBy # Accepts HTML
|
||||
translation: 'Powered by <a href="https://gohugo.io">Hugo</a> & <a href="https://github.com/binokochumolvarghese/lightbi-hugo">Lightbi.</a> Made with ❤ by <a href="https://binovarghese.com">Bino</a>'
|
||||
|
||||
# Navigation
|
||||
- id: toggleNavigation
|
||||
translation: "Nawigacja"
|
||||
- id: languageSwitcherLabel
|
||||
translation: "Język"
|
||||
- id: gcseLabelShort
|
||||
translation: "Szukaj"
|
||||
- id: gcseLabelLong
|
||||
translation: "Szukaj {{ .Site.Title }}"
|
||||
- id: gcseClose
|
||||
translation: "Zamknij"
|
||||
|
||||
# Staticman
|
||||
- id: noComment
|
||||
translation: "Bez komentarza"
|
||||
- id: oneComment
|
||||
translation: "komentarz"
|
||||
- id: moreComment
|
||||
translation: "komentarzy"
|
||||
- id: useMarkdown
|
||||
translation: "Możesz użyć składni Markdown"
|
||||
- id: yourName
|
||||
translation: "Twoje imię"
|
||||
- id: yourEmail
|
||||
translation: "Twój adres email"
|
||||
- id: yourWebsite
|
||||
translation: "Twoja strona internetowa"
|
||||
|
||||
# Delayed Disqus
|
||||
- id: show
|
||||
translation: "Pokaż"
|
||||
- id: comments
|
||||
translation: "komentarzy"
|
||||
|
||||
# Related posts
|
||||
- id: seeAlso
|
||||
translation: "Zobacz też"
|
||||
74
themes/lightbi/i18n/ru.yaml
Normal file
@ -0,0 +1,74 @@
|
||||
# Content
|
||||
- id: dateFormat
|
||||
translation: "02.01.2006"
|
||||
- id: shortdateFormat
|
||||
translation: "2 Jan, 2006 15:04:05"
|
||||
- id: postedOnDate
|
||||
translation: "Опубликовано {{ . }}"
|
||||
- id: lastModified
|
||||
translation: "(Последнее изменение {{ . }})"
|
||||
- id: translationsLabel
|
||||
translation: "Другие языки: "
|
||||
- id: translationsSeparator
|
||||
translation: ", "
|
||||
- id: readMore
|
||||
translation: "Далее"
|
||||
- id: olderPosts
|
||||
translation: "Предыдущие записи"
|
||||
- id: newerPosts
|
||||
translation: "Новые записи"
|
||||
- id: previousPost
|
||||
translation: "Предыдущий"
|
||||
- id: nextPost
|
||||
translation: "Следующий"
|
||||
- id: readTime
|
||||
translation: "минут"
|
||||
- id: words
|
||||
translation: "слова"
|
||||
|
||||
|
||||
# 404 page
|
||||
- id: pageNotFound
|
||||
translation: "Уууупс, страница не найдена. Поищите ещё. (ошибка 404)"
|
||||
|
||||
# Footer
|
||||
- id: poweredBy # Accepts HTML
|
||||
translation: 'Powered by <a href="https://gohugo.io">Hugo</a> & <a href="https://github.com/binokochumolvarghese/lightbi-hugo">Lightbi.</a> Made with ❤ by <a href="https://binovarghese.com">Bino</a>'
|
||||
|
||||
# Navigation
|
||||
- id: toggleNavigation
|
||||
translation: "Навигация"
|
||||
- id: languageSwitcherLabel
|
||||
translation: "Язык"
|
||||
- id: gcseLabelShort
|
||||
translation: "Поиск"
|
||||
- id: gcseLabelLong
|
||||
translation: "Поиск по {{ .Site.Title }}"
|
||||
- id: gcseClose
|
||||
translation: "Закрыть"
|
||||
|
||||
# Staticman
|
||||
- id: noComment
|
||||
translation: "Без комментариев"
|
||||
- id: oneComment
|
||||
translation: "комментарий"
|
||||
- id: moreComment
|
||||
translation: "комментарии"
|
||||
- id: useMarkdown
|
||||
translation: "Вы можете использовать синтаксис Markdown"
|
||||
- id: yourName
|
||||
translation: "Ваше имя"
|
||||
- id: yourEmail
|
||||
translation: "Ваш адрес электронной почты"
|
||||
- id: yourWebsite
|
||||
translation: "Ваш сайт"
|
||||
|
||||
# Delayed Disqus
|
||||
- id: show
|
||||
translation: "Показать"
|
||||
- id: comments
|
||||
translation: "комментариев"
|
||||
|
||||
# Related posts
|
||||
- id: seeAlso
|
||||
translation: "Смотрите также"
|
||||
74
themes/lightbi/i18n/tr.yaml
Normal file
@ -0,0 +1,74 @@
|
||||
# Content
|
||||
- id: dateFormat
|
||||
translation: "2 Ocak 2006"
|
||||
- id: shortdateFormat
|
||||
translation: "2 Oca 2006 15.04.05"
|
||||
- id: postedOnDate
|
||||
translation: "{{ .Count }} tarihinde paylaşıldı"
|
||||
- id: lastModified
|
||||
translation: "({{ .Count }} tarihinde güncellendi)"
|
||||
- id: translationsLabel
|
||||
translation: "Diğer diller: "
|
||||
- id: translationsSeparator
|
||||
translation: ", "
|
||||
- id: readMore
|
||||
translation: "Daha fazla oku"
|
||||
- id: olderPosts
|
||||
translation: "Önceki gönderiler"
|
||||
- id: newerPosts
|
||||
translation: "Son gönderiler"
|
||||
- id: previousPost
|
||||
translation: "Önceki gönderi"
|
||||
- id: nextPost
|
||||
translation: "Sonraki gönderi"
|
||||
- id: readTime
|
||||
translation: "dakika"
|
||||
- id: words
|
||||
translation: "kelime"
|
||||
|
||||
|
||||
# 404 page
|
||||
- id: pageNotFound
|
||||
translation: "Ups, bu sayfa mevcut değil. Başka bir yöne ilerleyin. (404 hatası)"
|
||||
|
||||
# Footer
|
||||
- id: poweredBy # Accepts HTML
|
||||
translation: 'Powered by <a href="https://gohugo.io">Hugo</a> & <a href="https://github.com/binokochumolvarghese/lightbi-hugo">Lightbi.</a> Made with ❤ by <a href="https://binovarghese.com">Bino</a>'
|
||||
|
||||
# Navigation
|
||||
- id: toggleNavigation
|
||||
translation: "Gezinmeyi aktifleştirin"
|
||||
- id: languageSwitcherLabel
|
||||
translation: "Dil"
|
||||
- id: gcseLabelShort
|
||||
translation: "Arama"
|
||||
- id: gcseLabelLong
|
||||
translation: "{{ .Site.Title }} içinde arayın"
|
||||
- id: gcseClose
|
||||
translation: "Kapat"
|
||||
|
||||
# Staticman
|
||||
- id: noComment
|
||||
translation: "Yorum yok"
|
||||
- id: oneComment
|
||||
translation: "yorum"
|
||||
- id: moreComment
|
||||
translation: "yorum"
|
||||
- id: useMarkdown
|
||||
translation: "Markdown söz dizimini kullanabilirsiniz"
|
||||
- id: yourName
|
||||
translation: "İsminiz"
|
||||
- id: yourEmail
|
||||
translation: "E-posta adresiniz"
|
||||
- id: yourWebsite
|
||||
translation: "Web siteniz"
|
||||
|
||||
# Delayed Disqus
|
||||
- id: show
|
||||
translation: "Göster"
|
||||
- id: comments
|
||||
translation: "yorumlar"
|
||||
|
||||
# Related posts
|
||||
- id: seeAlso
|
||||
translation: "Ayrıca bakınız"
|
||||
74
themes/lightbi/i18n/zh-CN.yaml
Normal file
@ -0,0 +1,74 @@
|
||||
# Content
|
||||
- id: dateFormat
|
||||
translation: "January 2, 2006"
|
||||
- id: shortdateFormat
|
||||
translation: "2 Jan, 2006 15:04:05"
|
||||
- id: postedOnDate
|
||||
translation: "发表于 {{ . }}"
|
||||
- id: lastModified
|
||||
translation: "(上次修改时间 {{ . }})"
|
||||
- id: translationsLabel
|
||||
translation: "其它语言: "
|
||||
- id: translationsSeparator
|
||||
translation: ", "
|
||||
- id: readMore
|
||||
translation: "阅读全文"
|
||||
- id: olderPosts
|
||||
translation: "下一页"
|
||||
- id: newerPosts
|
||||
translation: "上一页"
|
||||
- id: previousPost
|
||||
translation: "前一篇"
|
||||
- id: nextPost
|
||||
translation: "后一篇"
|
||||
- id: readTime
|
||||
translation: "分钟"
|
||||
- id: words
|
||||
translation: "个字"
|
||||
|
||||
|
||||
# 404 page
|
||||
- id: pageNotFound
|
||||
translation: "啊哦,这篇文章不存在。 (404 错误)"
|
||||
|
||||
# Footer
|
||||
- id: poweredBy # Accepts HTML
|
||||
translation: 'Powered by <a href="https://gohugo.io">Hugo</a> & <a href="https://github.com/binokochumolvarghese/lightbi-hugo">Lightbi.</a> Made with ❤ by <a href="https://binovarghese.com">Bino</a>'
|
||||
|
||||
# Navigation
|
||||
- id: toggleNavigation
|
||||
translation: "切换导航"
|
||||
- id: languageSwitcherLabel
|
||||
translation: "语言"
|
||||
- id: gcseLabelShort
|
||||
translation: "搜索"
|
||||
- id: gcseLabelLong
|
||||
translation: "搜索 {{ .Site.Title }}"
|
||||
- id: gcseClose
|
||||
translation: "关闭"
|
||||
|
||||
# Staticman
|
||||
- id: noComment
|
||||
translation: "没有评论"
|
||||
- id: oneComment
|
||||
translation: "则评论"
|
||||
- id: moreComment
|
||||
translation: "则评论"
|
||||
- id: useMarkdown
|
||||
translation: "您可以使用Markdown语法"
|
||||
- id: yourName
|
||||
translation: "你的名字"
|
||||
- id: yourEmail
|
||||
translation: "您的电子邮件地址"
|
||||
- id: yourWebsite
|
||||
translation: "你的网页"
|
||||
|
||||
# Delayed Disqus
|
||||
- id: show
|
||||
translation: "显示"
|
||||
- id: comments
|
||||
translation: "则评论"
|
||||
|
||||
# Related posts
|
||||
- id: seeAlso
|
||||
translation: "也可以看看"
|
||||
74
themes/lightbi/i18n/zh-TW.yaml
Normal file
@ -0,0 +1,74 @@
|
||||
# Content
|
||||
- id: dateFormat
|
||||
translation: "January 2, 2006"
|
||||
- id: shortdateFormat
|
||||
translation: "2 Jan, 2006 15:04:05"
|
||||
- id: postedOnDate
|
||||
translation: "發表於 {{ . }}"
|
||||
- id: lastModified
|
||||
translation: "(最後修改於 {{ . }})"
|
||||
- id: translationsLabel
|
||||
translation: "其他語言: "
|
||||
- id: translationsSeparator
|
||||
translation: ", "
|
||||
- id: readMore
|
||||
translation: "閱讀全文"
|
||||
- id: olderPosts
|
||||
translation: "更舊的文章"
|
||||
- id: newerPosts
|
||||
translation: "更新的文章"
|
||||
- id: previousPost
|
||||
translation: "上一篇"
|
||||
- id: nextPost
|
||||
translation: "下一篇"
|
||||
- id: readTime
|
||||
translation: "分鐘"
|
||||
- id: words
|
||||
translation: "個字"
|
||||
|
||||
|
||||
# 404 page
|
||||
- id: pageNotFound
|
||||
translation: "哎呀呀,這個頁面不存在,去其他地方逛逛吧。 (404 錯誤)"
|
||||
|
||||
# Footer
|
||||
- id: poweredBy # Accepts HTML
|
||||
translation: 'Powered by <a href="https://gohugo.io">Hugo</a> & <a href="https://github.com/binokochumolvarghese/lightbi-hugo">Lightbi.</a> Made with ❤ by <a href="https://binovarghese.com">Bino</a>'
|
||||
|
||||
# Navigation
|
||||
- id: toggleNavigation
|
||||
translation: "開關導覽"
|
||||
- id: languageSwitcherLabel
|
||||
translation: "語言"
|
||||
- id: gcseLabelShort
|
||||
translation: "搜尋"
|
||||
- id: gcseLabelLong
|
||||
translation: "搜尋 {{ .Site.Title }}"
|
||||
- id: gcseClose
|
||||
translation: "關閉"
|
||||
|
||||
# Staticman
|
||||
- id: noComment
|
||||
translation: "沒有評論"
|
||||
- id: oneComment
|
||||
translation: "則評論"
|
||||
- id: moreComment
|
||||
translation: "則評論"
|
||||
- id: useMarkdown
|
||||
translation: "您可以使用Markdown語法"
|
||||
- id: yourName
|
||||
translation: "您的名字"
|
||||
- id: yourEmail
|
||||
translation: "您的電子信箱"
|
||||
- id: yourWebsite
|
||||
translation: "您的網頁"
|
||||
|
||||
# Delayed Disqus
|
||||
- id: show
|
||||
translation: "顯示"
|
||||
- id: comments
|
||||
translation: "則評論"
|
||||
|
||||
# Related posts
|
||||
- id: seeAlso
|
||||
translation: "其他相關"
|
||||
BIN
themes/lightbi/images/screenshot.png
Normal file
|
After Width: | Height: | Size: 809 KiB |
BIN
themes/lightbi/images/tn.png
Normal file
|
After Width: | Height: | Size: 306 KiB |
18
themes/lightbi/layouts/404.html
Normal file
@ -0,0 +1,18 @@
|
||||
{{ define "header" }}<!-- No header on 404 pages -->{{ end }}
|
||||
{{ define "main" }}
|
||||
<div role="main" class="container main-content">
|
||||
<div class="text-center">
|
||||
<h1 class="error-emoji"></h1>
|
||||
<p class="error-text">{{ i18n "pageNotFound" }}</p>
|
||||
</div>
|
||||
</div>
|
||||
<script>
|
||||
var errorEmojiContainer = document.getElementsByClassName('error-emoji')[0];
|
||||
var emojiArray = [
|
||||
'\\(o_o)/', '(o^^)o', '(˚Δ˚)b', '(^-^*)', '(≥o≤)', '(^_^)b', '(·_·)',
|
||||
'(=\'X\'=)', '(>_<)', '(;-;)', '\\(^Д^)/',
|
||||
];
|
||||
var errorEmoji = emojiArray[Math.floor(Math.random() * emojiArray.length)];
|
||||
errorEmojiContainer.appendChild(document.createTextNode(errorEmoji));
|
||||
</script>
|
||||
{{ end }}
|
||||
14
themes/lightbi/layouts/_default/baseof.html
Normal file
@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="{{ .Lang }}" itemscope itemtype="http://schema.org/WebPage">
|
||||
<head>
|
||||
{{ partial "head.html" . }}
|
||||
</head>
|
||||
<body>
|
||||
{{ partial "nav.html" . }}
|
||||
{{ block "header" . }}{{ partial "header.html" . }}{{ end }}
|
||||
{{ block "main" . }}{{ end }}
|
||||
{{ partial "footer.html" . }}
|
||||
{{ block "footer" . }}{{ end }}
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -0,0 +1,3 @@
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
|
||||
{{ template "_internal/google_analytics.html" . }}
|
||||
32
themes/lightbi/layouts/_default/list.html
Normal file
@ -0,0 +1,32 @@
|
||||
|
||||
{{ define "main" }}
|
||||
<div class="container" role="main">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
{{ with .Content }}
|
||||
<div class="well">
|
||||
{{.}}
|
||||
</div>
|
||||
{{ end }}
|
||||
<div class="row">
|
||||
{{ range .Paginator.Pages }}
|
||||
{{ partial "post_preview_card" .}}
|
||||
{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="container">
|
||||
<div class="row font-sans">
|
||||
<div class="col-md-12 mt-10">
|
||||
<nav aria-label="Page navigation">
|
||||
<ul class= "pagination justify-content-end">
|
||||
{{ template "_internal/pagination.html" . }}
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{ end }}
|
||||