diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..31a9d3e --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +# Hugo and Blowfish +public/ +resources/ diff --git a/.hugo_build.lock b/.hugo_build.lock new file mode 100644 index 0000000..e69de29 diff --git a/assets/img/author.png b/assets/img/author.png new file mode 100644 index 0000000..76e50af --- /dev/null +++ b/assets/img/author.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a89f4ba16439af6309f7fbe406b4f1486b0c38b824e5635121df5a410a9dfb38 +size 43125 diff --git a/assets/img/author_transparent.png b/assets/img/author_transparent.png new file mode 100644 index 0000000..ca731a0 --- /dev/null +++ b/assets/img/author_transparent.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce7e306935dbf677a89aa3da4885d9986cc31d646a33b6c1c1cdf4f1fdb2b4c2 +size 57543 diff --git a/assets/img/ocean.jpg b/assets/img/ocean.jpg new file mode 100644 index 0000000..81f1ccf --- /dev/null +++ b/assets/img/ocean.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:691fcc344f1df7cc46d309495328f38c2680f53e6d635dd4d694dfbae8a73d3e +size 5097493 diff --git a/config/_default/config.toml b/config/_default/config.toml index 632d765..20c9cfd 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -2,8 +2,8 @@ # Refer to the theme docs for more details about each of these parameters. # https://blowfish.page/docs/getting-started/ -# theme = "blowfish" -# baseURL = "https://your_domain.com/" +theme = "blowfish" +baseURL = "https://blog.d3vyce.fr" defaultContentLanguage = "en" # pluralizeListTitles = "true" # hugo function useful for non-english languages, find out more in https://gohugo.io/getting-started/configuration/#pluralizelisttitles diff --git a/config/_default/languages.en.toml b/config/_default/languages.en.toml index edd669e..004e3f2 100644 --- a/config/_default/languages.en.toml +++ b/config/_default/languages.en.toml @@ -1,66 +1,26 @@ languageCode = "en" languageName = "English" weight = 1 -title = "Blowfish" +title = "d3vyce" [params] displayName = "EN" isoCode = "en" rtl = false dateFormat = "2 January 2006" - # logo = "img/logo.png" + logo = "img/author_transparent.png" # secondaryLogo = "img/secondary-logo.png" - # description = "My awesome website" - # copyright = "Copy, _right?_ :thinking_face:" + description = "Hi π, Welcome to my Site!" + copyright = "d3vyce 2024 Β© All rights reserved." -# [author] -# name = "Your name here" -# image = "img/blowfish_logo.png" -# headline = "I'm only human" -# bio = "A little bit about you" -# links = [ -# { email = "mailto:hello@your_domain.com" }, -# { link = "https://link-to-some-website.com/" }, -# { amazon = "https://www.amazon.com/hz/wishlist/ls/wishlist-id" }, -# { apple = "https://www.apple.com" }, -# { blogger = "https://username.blogspot.com/" }, -# { bluesky = "https://bsky.app/profile/username" }, -# { codepen = "https://codepen.io/username" }, -# { dev = "https://dev.to/username" }, -# { discord = "https://discord.gg/invitecode" }, -# { dribbble = "https://dribbble.com/username" }, -# { facebook = "https://facebook.com/username" }, -# { flickr = "https://www.flickr.com/photos/username/" }, -# { foursquare = "https://foursquare.com/username" }, -# { github = "https://github.com/username" }, -# { gitlab = "https://gitlab.com/username" }, -# { google = "https://www.google.com/" }, -# { hashnode = "https://username.hashnode.dev" }, -# { instagram = "https://instagram.com/username" }, -# { keybase = "https://keybase.io/username" }, -# { kickstarter = "https://www.kickstarter.com/profile/username" }, -# { lastfm = "https://lastfm.com/user/username" }, -# { linkedin = "https://linkedin.com/in/username" }, -# { mastodon = "https://mastodon.instance/@username" }, -# { medium = "https://medium.com/username" }, -# { microsoft = "https://www.microsoft.com/" }, -# { orcid = "https://orcid.org/userid" }, -# { patreon = "https://www.patreon.com/username" }, -# { pinterest = "https://pinterest.com/username" }, -# { reddit = "https://reddit.com/user/username" }, -# { researchgate = "https://www.researchgate.net/profile/username" }, -# { slack = "https://workspace.url/team/userid" }, -# { snapchat = "https://snapchat.com/add/username" }, -# { soundcloud = "https://soundcloud.com/username" }, -# { stack-overflow = "https://stackoverflow.com/users/userid/username" }, -# { steam = "https://steamcommunity.com/profiles/userid" }, -# { telegram = "https://t.me/username" }, -# { tiktok = "https://tiktok.com/@username" }, -# { tumblr = "https://username.tumblr.com" }, -# { twitch = "https://twitch.tv/username" }, -# { twitter = "https://twitter.com/username" }, -# { x-twitter = "https://twitter.com/username" }, -# { whatsapp = "https://wa.me/phone-number" }, -# { youtube = "https://youtube.com/username" }, -# { ko-fi = "https://ko-fi.com/username" }, -# ] + [author] + name = "d3vyce" + image = "img/author.png" + headline = "Hi π, Welcome to my Site!" + bio = "test" + links = [ + { email = "mailto:cotnact@d3vyce.fr" }, + { link = "https://d3vyce.fr/" }, + { github = "https://github.com/d3vyce" }, + { x-twitter = "https://twitter.com/d3vyce" }, + ] diff --git a/config/_default/menus.en.toml b/config/_default/menus.en.toml index 579cedd..fa577d5 100644 --- a/config/_default/menus.en.toml +++ b/config/_default/menus.en.toml @@ -10,60 +10,37 @@ # overridden by providing a weight value. The menu will then be # ordered by weight from lowest to highest. -#[[main]] -# name = "Blog" -# pageRef = "posts" -# weight = 10 +[[main]] + name = "Articles" + pageRef = "posts" + weight = 10 -#[[main]] -# name = "Parent" -# weight = 20 +[[main]] + name = "Projects" + pageRef = "projects" + weight = 10 -#[[main]] -# name = "example sub-menu 1" -# parent = "Parent" -# pageRef = "posts" -# weight = 20 - -#[[main]] -# name = "example sub-menu 2" -# parent = "Parent" -# pageRef = "posts" -# weight = 20 - -#[[subnavigation]] -# name = "An interesting topic" -# pageRef = "tags/interesting-topic" -# weight = 10 - -#[[subnavigation]] -# name = "My Awesome Category" -# pre = "github" -# pageRef = "categories/awesome" -# weight = 20 - -#[[main]] -# name = "Categories" -# pageRef = "categories" -# weight = 20 - -#[[main]] -# name = "Tags" -# pageRef = "tags" -# weight = 30 +[[main]] + name = "Categories" + pageRef = "categories" + weight = 20 +[[main]] + identifier = "github" + pre = "github" + url = "https://github.com/d3vyce" + weight = 400 # -- Footer Menu -- # The footer menu is displayed at the bottom of the page, just before # the copyright notice. Configure as per the main menu above. +[[footer]] + name = "Tags" + pageRef = "tags" + weight = 10 -# [[footer]] -# name = "Tags" -# pageRef = "tags" -# weight = 10 - -# [[footer]] -# name = "Categories" -# pageRef = "categories" -# weight = 20 +[[footer]] + name = "Categories" + pageRef = "categories" + weight = 20 diff --git a/config/_default/params.toml b/config/_default/params.toml index 5bd80fd..ee3cd8a 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -6,27 +6,27 @@ # https://blowfish.page/docs/configuration/#theme-parameters colorScheme = "blowfish" -defaultAppearance = "light" # valid options: light or dark +defaultAppearance = "dark" # valid options: light or dark autoSwitchAppearance = true enableSearch = true -enableCodeCopy = false +enableCodeCopy = true -# mainSections = ["section1", "section2"] +mainSections = ["posts"] # robots = "" disableImageOptimization = false disableTextInHeader = false -# defaultBackgroundImage = "IMAGE.jpg" # used as default for background images -# defaultFeaturedImage = "IMAGE.jpg" # used as default for featured images in all articles +defaultBackgroundImage = "img/ocean.jpg" +defaultFeaturedImage = "img/ocean.jpg" -# highlightCurrentMenuArea = true -# smartTOC = true -# smartTOCHideUnfocusedChildren = true +highlightCurrentMenuArea = true +smartTOC = true +smartTOCHideUnfocusedChildren = false [header] - layout = "basic" # valid options: basic, fixed, fixed-fill, fixed-fill-blur + layout = "fixed" # valid options: basic, fixed, fixed-fill, fixed-fill-blur [footer] showMenu = true @@ -36,15 +36,15 @@ disableTextInHeader = false showScrollToTop = true [homepage] - layout = "profile" # valid options: page, profile, hero, card, background, custom - #homepageImage = "IMAGE.jpg" # used in: hero, and card - showRecent = false - showRecentItems = 5 - showMoreLink = false + layout = "background " # valid options: page, profile, hero, card, background, custom + homepageImage = "img/ocean.jpg" # used in: hero, and card + showRecent = true + showRecentItems = 12 + showMoreLink = true showMoreLinkDest = "/posts" - cardView = false + cardView = true cardViewScreenWidth = false - layoutBackgroundBlur = false # only used when layout equals background + layoutBackgroundBlur = true # only used when layout equals background [article] showDate = true @@ -57,7 +57,7 @@ disableTextInHeader = false # heroStyle = "basic" # valid options: basic, big, background, thumbAndBackground layoutBackgroundBlur = true # only used when heroStyle equals background or thumbAndBackground layoutBackgroundHeaderSpace = true # only used when heroStyle equals background - showBreadcrumbs = false + showBreadcrumbs = true showDraftLabel = true showEdit = false # editURL = "https://github.com/username/repo/" @@ -67,14 +67,14 @@ disableTextInHeader = false showPagination = true invertPagination = false showReadingTime = true - showTableOfContents = false - # showRelatedContent = false - #Β relatedContentLimit = 3 - showTaxonomies = false + showTableOfContents = true + showRelatedContent = true + relatedContentLimit = 3 + showTaxonomies = true showAuthorsBadges = false showWordCount = true # sharingLinks = [ "linkedin", "twitter", "reddit", "pinterest", "facebook", "email", "whatsapp", "telegram"] - showZenMode = false + showZenMode = true [list] showHero = false @@ -86,11 +86,11 @@ disableTextInHeader = false showViews = false showLikes = false showTableOfContents = false - showCards = false - groupByYear = true - cardView = false + showCards = true + groupByYear = false + cardView = true cardViewScreenWidth = false - constrainItemsWidth = false + constrainItemsWidth = true [sitemap] excludedKinds = ["taxonomy", "term"] @@ -102,7 +102,7 @@ disableTextInHeader = false showBreadcrumbs = false showViews = false showLikes = false - showTableOfContents = false + showTableOfContents = true cardView = false [term] diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 0000000..e69de29 diff --git a/content/posts/_index.md b/content/posts/_index.md new file mode 100644 index 0000000..08376a6 --- /dev/null +++ b/content/posts/_index.md @@ -0,0 +1,9 @@ +--- +title: "Articles" +# description: "Learn how to use Blowfish and its features." + +# cascade: +# showDate: false +# showAuthor: false +# invertPagination: true +--- \ No newline at end of file diff --git a/content/posts/test/featured.png b/content/posts/test/featured.png new file mode 100644 index 0000000..6912321 --- /dev/null +++ b/content/posts/test/featured.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ad1f141a3336db151c8c6bd26897bbbc6226c88e849e0bf69bd87847ea74539 +size 683064 diff --git a/content/posts/test/index.md b/content/posts/test/index.md new file mode 100644 index 0000000..2fd237f --- /dev/null +++ b/content/posts/test/index.md @@ -0,0 +1,235 @@ +--- +title: "Advanced Customisation" +date: 2020-08-08 +draft: false +description: "Learn how to build Blowfish manually." +slug: "advanced-customisation" +tags: ["advanced", "css", "docs"] +# series: ["Documentation"] +# series_order: 13 +--- + +There are many ways you can make advanced changes to Blowfish. Read below to learn more about what can be customised and the best way of achieving your desired result. + +If you need further advice, post your questions on [GitHub Discussions](https://github.com/nunocoracao/blowfish/discussions). + +## Hugo project structure + +Before leaping into it, first a quick note about [Hugo project structure](https://gohugo.io/getting-started/directory-structure/) and best practices for managing your content and theme customisations. + +{{< alert >}} +**In summary:** Never directly edit the theme files. Only make customisations in your Hugo project's sub-directories, not in the themes directory itself. +{{< /alert >}} + +Blowfish is built to take advantage of all the standard Hugo practices. It is designed to allow all aspects of the theme to be customised and overridden without changing any of the core theme files. This allows for a seamless upgrade experience while giving you total control over the look and feel of your website. + +In order to achieve this, you should never manually adjust any of the theme files directly. Whether you install using Hugo modules, as a git submodule or manually include the theme in your `themes/` directory, you should always leave these files intact. + +The correct way to adjust any theme behaviour is by overriding files using Hugo's powerful [file lookup order](https://gohugo.io/templates/lookup-order/). In summary, the lookup order ensures any files you include in your project directory will automatically take precedence over any theme files. + +For example, if you wanted to override the main article template in Blowfish, you can simply create your own `layouts/_default/single.html` file and place it in the root of your project. This file will then override the `single.html` from the theme without ever changing the theme itself. This works for any theme files - HTML templates, partials, shortcodes, config files, data, assets, etc. + +As long as you follow this simple practice, you will always be able to update the theme (or test different theme versions) without worrying that you will lose any of your custom changes. + +## Change image optimization settings + +Hugo has various builtin methods to resize, crop and optimize images. + +As an example - in `layouts/partials/article-link/card.html`, you have the following code: + +```go +{{ with .Resize "600x" }} +
+{{ end }} +``` + +The default behavior of Hugo here is to resize the image to 600px keeping the ratio. + +It is worth noting here that default image configurations such as [anchor point](https://gohugo.io/content-management/image-processing/#anchor) can also be set in your [site configuration](https://gohugo.io/content-management/image-processing/#processing-options) as well as in the template itself. + +See the [Hugo docs on image processing](https://gohugo.io/content-management/image-processing/#image-processing-methods) for more info. + +## Colour schemes + +Blowfish ships with a number of colour schemes out of the box. To change the basic colour scheme, you can set the `colorScheme` theme parameter. Refer to the [Getting Started]() section to learn more about the built-in schemes. + +In addition to the default schemes, you can also create your own and re-style the entire website to your liking. Schemes are created by by placing a `