personal webpage, portfolio, blog,
Go to file
matthieu42morin 3094b13a59
Publish to Netlify / publish (pull_request) Failing after 14m47s Details
actions update - build details, new, tokens
2024-04-29 19:33:38 +02:00
.gitea actions fix numero duo 2024-04-29 18:38:49 +02:00
.github actions update - build details, new, tokens 2024-04-29 19:33:38 +02:00
.vscode init new urara 2024-04-28 13:44:18 +02:00
src actions update - build details, new, tokens 2024-04-29 19:33:38 +02:00
urara test post 2024-04-29 15:39:27 +02:00
utils script to create blogpost 2024-04-29 15:45:46 +02:00
.development not importing stuff from env 2024-04-29 05:59:11 +02:00
.dockerignore update ignores 2024-04-28 13:53:24 +02:00
.eslintignore update ignores 2024-04-28 13:53:24 +02:00
.eslintrc.cjs css, lint confs 2024-04-28 13:55:30 +02:00
.eslintrc.json init new urara 2024-04-28 13:44:18 +02:00
.gitattributes init new urara 2024-04-28 13:44:18 +02:00
.gitignore update ignores 2024-04-28 13:53:24 +02:00
.npmrc init new urara 2024-04-28 13:44:18 +02:00
.nvmrc init new urara 2024-04-28 13:44:18 +02:00
.prettierignore update ignores 2024-04-28 13:53:24 +02:00
.prettierrc.json config updates 2024-04-29 04:57:05 +02:00
LICENSE Licensing 2024-04-29 04:57:23 +02:00
README.md config updates 2024-04-29 04:57:05 +02:00
mdsvex.config.js Svelte & MDSveX config 2024-04-28 13:53:57 +02:00
netlify.toml init new urara 2024-04-28 13:44:18 +02:00
package.json update deps 2024-04-29 15:39:55 +02:00
postcss.config.cjs css, lint confs 2024-04-28 13:55:30 +02:00
svelte.config.js upgrade configs 2024-04-29 15:40:37 +02:00
tailwind.config.ts css, lint confs 2024-04-28 13:55:30 +02:00
tsconfig.json upgrade configs 2024-04-29 15:40:37 +02:00
tsconfig.node.json init new urara 2024-04-28 13:44:18 +02:00
urara.ts urara fix from Sevichecc 2024-04-29 15:44:44 +02:00
vite.config.ts upgrade configs 2024-04-29 15:40:37 +02:00

README.md

Hello world, this is my personal site

I recently switched to Urara, an incredibly well made template, because although my site was beautiful and worked, it was an immense hassle to get it working and I couldn't fix some issues with mdsvex. I found Urara while looking for code highlighting and it has the same and more features than my completely own work. You should see my previous site at a backup branch. It should be able to be run in dev, but typography from tailwindcss is not working with articles... Featuring a blog, projects, current social accounts, skills and so on and so on, look at Technical Features

Stack info

I focused on researching the best possible modern solutions to frontend and worked on my previous knowledge of svelte.

Javascript, Typescript Framework: Sveltekit CSS: Tailwindcss, postcss MDsveX for markdown text file processing with plugins Dockerfile, node-adapter for custom deploy AWS S3 for static assets AWS lambda for automation

Technical Features

  • A possibility of great .md file processing with ability to use svelte components in .md
  • Rss feed
  • Sitemap, robots, Manifest, Workers
  • Some playwright testing

CSP from rodnylab

Credits

This project is using Skeleton Labs UI / Component / utils Library for sveltekit. This project used some logic of gitpod.io sveltekit blog with MIT License, however they have shortly pulled their site off of github, their source or license now unreachable. I have learned some svelte tricks used here from Matt Croat alias [https://joyofcode.xyz/]



fff Language License FOSSA Status

🚀 Demo / 📝 Documentation / 💬 Discussions

English | 正體中文

🎉 Try it now!

Local

npx degit importantimport/urara my-blog && cd my-blog # create a new project in my-blog
pnpm i # if u don't have pnpm installed, run: npm i -g pnpm

Remote

Open in StackBlitz Use this template Deploy with Vercel Deploy to Netlify

Usage

Developing

Start a development server:

pnpm dev

Building

Create a production version of ur blog:

pnpm build

u can preview the built app with pnpm preview.

Documentation

For full documentation, visit urara-docs.netlify.app.

Give this project a star

tyvm! ur will give me more motivation to improve this project.

Features

  • Out of the box Atom feed (WebSub), Sitemap, PWA (Web app manifest & ServiceWorker) support.
  • Present beautiful interface designs and animations with daisyUI, of course.
  • Good IndieWeb Compatibility - Multi-kind posts with microformats2 markup content, Showcasing Webmentions via webmentions.io API.
  • Don't worry about the article and image directories - just put them under a folder and they'll be copied automatically at build time.
  • Comment Components: Webmentions, Giscus, Utterances... u can use more than one.

📦 Pre-packed

TailwindCSS & PostCSS Plugins

  • daisyUI - The most popular, free and open-source Tailwind CSS component library.
  • Tailwind CSS Typography - Beautiful typographic defaults for HTML you don't control.
  • Autoprefixer - Parse CSS and add vendor prefixes to rules by Can I Use.
  • CSSNANO - A modular minifier, built on top of the PostCSS ecosystem.

Markdown preprocessor & Syntax highlighter

Vite Plugins

  • UnoCSS - The instant on-demand atomic CSS engine.
  • VitePWA - Zero-config PWA for Vite.

🚀 Sites

and more...

are u using Urara? add the urara-blog topic on ur repo!

👥 Contributing

If u're interested in contributing to Urara, pls read contributing docs before submitting a pull request.

📝 License

This work is free, it comes without any warranty. You can redistribute it and/or modify it under the terms of the Do What The Fuck You Want To Public License, Version 2, as published by Sam Hocevar. See the COPYING file for more details.

FOSSA Status

special thanks / inspired from: