Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Languague issues #81

Open
wants to merge 30 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
99269d3
lets_start_my_portfolio
Dexinator Jan 4, 2025
dc4b756
sobre mi finished
Dexinator Jan 6, 2025
e0abd36
Professional experience done!
Dexinator Jan 6, 2025
d29f8c0
Education done, need add to menu
Dexinator Jan 6, 2025
a3d199c
Tratando de hacer graphs pre shiki
Dexinator Jan 10, 2025
1b3cfd8
aparecio una gragica pero no con markdown
Dexinator Jan 10, 2025
7f73de4
cambiamos la forma de mostrar la gráfica
Dexinator Jan 10, 2025
b148ea7
Agregamos la parte de experiencia y nos quedan los proyectos
Dexinator Jan 14, 2025
958ee96
Juntamos lo de Ivan en otro archivo
Dexinator Jan 15, 2025
82f8f08
Merge branch 'main' of https://github.com/Dexinator/porfolio.dev
Dexinator Jan 15, 2025
6d43de5
quitamos los --- del layout
Dexinator Jan 15, 2025
69f07a5
ya pudimos poner las notebook
Dexinator Jan 16, 2025
b4f2211
Actualizamos el apartado de proyectos
Dexinator Jan 16, 2025
58eba80
Subimos SISTEQ y el repo de presos
Dexinator Jan 16, 2025
dd85435
Corregí algunos detalles de información
Dexinator Jan 16, 2025
5130026
minor descr changes
Dexinator Jan 18, 2025
cdee73b
Cambié la descripción y site url variable
Dexinator Jan 24, 2025
e4b9dbb
tipo correction
Dexinator Jan 24, 2025
594d7e3
Comenzamos el cambio a tener los resultados del estudio Steam en Astro
Dexinator Jan 29, 2025
10bd37e
finished steamproject mapped
Dexinator Feb 4, 2025
0a5151f
Language Issues
Dexinator Feb 13, 2025
7dff72f
index translation finished
Dexinator Feb 13, 2025
9db69ce
finished steamproject mapped
Dexinator Feb 4, 2025
b8b4cec
LAnguage fully implemented
Dexinator Feb 13, 2025
a3da37a
Merge branch 'main' of https://github.com/Dexinator/porfolio.dev
Dexinator Feb 13, 2025
912b5c3
updated yaml
Dexinator Feb 13, 2025
14864e0
solving tags error
Dexinator Feb 13, 2025
4cc717d
other tags conflict
Dexinator Feb 13, 2025
9f2a12a
more errors
Dexinator Feb 13, 2025
8182295
more...
Dexinator Feb 13, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 9 additions & 5 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
import { defineConfig } from 'astro/config'
import tailwind from "@astrojs/tailwind"
import { defineConfig } from 'astro/config';
import tailwind from "@astrojs/tailwind";

import robotsTxt from "astro-robots-txt"
import robotsTxt from "astro-robots-txt";
import {rehypeChart} from './src/plugins/rehype-chart.js';

// https://astro.build/config
export default defineConfig({
integrations: [tailwind(), robotsTxt()],
site: 'https://porfolio.dev/'
})
site: 'https://jorgebadillo.com/',
markdown: {
rehypePlugins: [rehypeChart]
}
});
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,13 @@
"@astrojs/check": "0.5.6",
"@astrojs/tailwind": "5.1.0",
"@fontsource-variable/onest": "5.0.2",
"apexcharts": "^4.3.0",
"astro": "4.4.5",
"astro-robots-txt": "1.0.0",
"crypto": "^1.0.1",
"rehype": "^13.0.2",
"tailwindcss": "3.4.1",
"typescript": "5.3.3"
"typescript": "5.3.3",
"unist-util-visit": "^5.0.0"
}
}
Loading