Skip to content

Commit

Permalink
feat: add translate blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Aragclear authored and Frank Aragclear committed Aug 21, 2024
1 parent bb7d47c commit 1d12ec1
Show file tree
Hide file tree
Showing 85 changed files with 22,056 additions and 49 deletions.
1 change: 1 addition & 0 deletions .Rprofile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
source("renv/activate.R")
50 changes: 1 addition & 49 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,49 +1 @@
# History files
.Rhistory
.Rapp.history

# Session Data files
.RData
.RDataTmp

# User-specific files
.Ruserdata

# Example code in package build process
*-Ex.R

# Output files from R CMD build
/*.tar.gz

# Output files from R CMD check
/*.Rcheck/

# RStudio files
.Rproj.user/

# produced vignettes
vignettes/*.html
vignettes/*.pdf

# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
.httr-oauth

# knitr and R markdown default cache directories
*_cache/
/cache/

# Temporary files created by R markdown
*.utf8.md
*.knit.md

# R Environment Variables
.Renviron

# pkgdown site
docs/

# translation temp files
po/*~

# RStudio Connect folder
rsconnect/
/.quarto/
10 changes: 10 additions & 0 deletions .renvignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
_bib
_freeze
_site
.github
.quarto
content
posts
_posts
temp
working
7 changes: 7 additions & 0 deletions _extensions/edenian-prince/fontawesome/_extension.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
title: Font Awesome support
author: Carlos Scheidegger
version: 1.1.0
quarto-required: ">=1.2.269"
contributes:
shortcodes:
- fontawesome.lua
Loading

0 comments on commit 1d12ec1

Please sign in to comment.