@@ -40,248 +40,6 @@ ninja.data = [{
4040
4141 window . open ( "https://blog.google/technology/ai/google-gemini-update-flash-ai-assistant-io-2024/" , "_blank" ) ;
4242
43- } ,
44- } , { id : "post-a-post-with-plotly-js" ,
45-
46- title : "a post with plotly.js" ,
47-
48- description : "this is what included plotly.js code could look like" ,
49- section : "Posts" ,
50- handler : ( ) => {
51-
52- window . location . href = "/blog/2025/plotly/" ;
53-
54- } ,
55- } , { id : "post-a-post-with-image-galleries" ,
56-
57- title : "a post with image galleries" ,
58-
59- description : "this is what included image galleries could look like" ,
60- section : "Posts" ,
61- handler : ( ) => {
62-
63- window . location . href = "/blog/2024/photo-gallery/" ;
64-
65- } ,
66- } , { id : "post-a-post-with-tabs" ,
67-
68- title : "a post with tabs" ,
69-
70- description : "this is what included tabs in a post could look like" ,
71- section : "Posts" ,
72- handler : ( ) => {
73-
74- window . location . href = "/blog/2024/tabs/" ;
75-
76- } ,
77- } , { id : "post-a-post-with-typograms" ,
78-
79- title : "a post with typograms" ,
80-
81- description : "this is what included typograms code could look like" ,
82- section : "Posts" ,
83- handler : ( ) => {
84-
85- window . location . href = "/blog/2024/typograms/" ;
86-
87- } ,
88- } , { id : "post-a-post-that-can-be-cited" ,
89-
90- title : "a post that can be cited" ,
91-
92- description : "this is what a post that can be cited looks like" ,
93- section : "Posts" ,
94- handler : ( ) => {
95-
96- window . location . href = "/blog/2024/post-citation/" ;
97-
98- } ,
99- } , { id : "post-a-post-with-pseudo-code" ,
100-
101- title : "a post with pseudo code" ,
102-
103- description : "this is what included pseudo code could look like" ,
104- section : "Posts" ,
105- handler : ( ) => {
106-
107- window . location . href = "/blog/2024/pseudocode/" ;
108-
109- } ,
110- } , { id : "post-a-post-with-code-diff" ,
111-
112- title : "a post with code diff" ,
113-
114- description : "this is how you can display code diffs" ,
115- section : "Posts" ,
116- handler : ( ) => {
117-
118- window . location . href = "/blog/2024/code-diff/" ;
119-
120- } ,
121- } , { id : "post-a-post-with-advanced-image-components" ,
122-
123- title : "a post with advanced image components" ,
124-
125- description : "this is what advanced image components could look like" ,
126- section : "Posts" ,
127- handler : ( ) => {
128-
129- window . location . href = "/blog/2024/advanced-images/" ;
130-
131- } ,
132- } , { id : "post-a-post-with-vega-lite" ,
133-
134- title : "a post with vega lite" ,
135-
136- description : "this is what included vega lite code could look like" ,
137- section : "Posts" ,
138- handler : ( ) => {
139-
140- window . location . href = "/blog/2024/vega-lite/" ;
141-
142- } ,
143- } , { id : "post-a-post-with-geojson" ,
144-
145- title : "a post with geojson" ,
146-
147- description : "this is what included geojson code could look like" ,
148- section : "Posts" ,
149- handler : ( ) => {
150-
151- window . location . href = "/blog/2024/geojson-map/" ;
152-
153- } ,
154- } , { id : "post-a-post-with-echarts" ,
155-
156- title : "a post with echarts" ,
157-
158- description : "this is what included echarts code could look like" ,
159- section : "Posts" ,
160- handler : ( ) => {
161-
162- window . location . href = "/blog/2024/echarts/" ;
163-
164- } ,
165- } , { id : "post-a-post-with-chart-js" ,
166-
167- title : "a post with chart.js" ,
168-
169- description : "this is what included chart.js code could look like" ,
170- section : "Posts" ,
171- handler : ( ) => {
172-
173- window . location . href = "/blog/2024/chartjs/" ;
174-
175- } ,
176- } , { id : "post-a-post-with-tikzjax" ,
177-
178- title : "a post with TikZJax" ,
179-
180- description : "this is what included TikZ code could look like" ,
181- section : "Posts" ,
182- handler : ( ) => {
183-
184- window . location . href = "/blog/2023/tikzjax/" ;
185-
186- } ,
187- } , { id : "post-a-post-with-bibliography" ,
188-
189- title : "a post with bibliography" ,
190-
191- description : "an example of a blog post with bibliography" ,
192- section : "Posts" ,
193- handler : ( ) => {
194-
195- window . location . href = "/blog/2023/post-bibliography/" ;
196-
197- } ,
198- } , { id : "post-a-post-with-jupyter-notebook" ,
199-
200- title : "a post with jupyter notebook" ,
201-
202- description : "an example of a blog post with jupyter notebook" ,
203- section : "Posts" ,
204- handler : ( ) => {
205-
206- window . location . href = "/blog/2023/jupyter-notebook/" ;
207-
208- } ,
209- } , { id : "post-a-post-with-custom-blockquotes" ,
210-
211- title : "a post with custom blockquotes" ,
212-
213- description : "an example of a blog post with custom blockquotes" ,
214- section : "Posts" ,
215- handler : ( ) => {
216-
217- window . location . href = "/blog/2023/custom-blockquotes/" ;
218-
219- } ,
220- } , { id : "post-a-post-with-table-of-contents-on-a-sidebar" ,
221-
222- title : "a post with table of contents on a sidebar" ,
223-
224- description : "an example of a blog post with table of contents on a sidebar" ,
225- section : "Posts" ,
226- handler : ( ) => {
227-
228- window . location . href = "/blog/2023/sidebar-table-of-contents/" ;
229-
230- } ,
231- } , { id : "post-a-post-with-audios" ,
232-
233- title : "a post with audios" ,
234-
235- description : "this is what included audios could look like" ,
236- section : "Posts" ,
237- handler : ( ) => {
238-
239- window . location . href = "/blog/2023/audios/" ;
240-
241- } ,
242- } , { id : "post-a-post-with-videos" ,
243-
244- title : "a post with videos" ,
245-
246- description : "this is what included videos could look like" ,
247- section : "Posts" ,
248- handler : ( ) => {
249-
250- window . location . href = "/blog/2023/videos/" ;
251-
252- } ,
253- } , { id : "post-displaying-beautiful-tables-with-bootstrap-tables" ,
254-
255- title : "displaying beautiful tables with Bootstrap Tables" ,
256-
257- description : "an example of how to use Bootstrap Tables" ,
258- section : "Posts" ,
259- handler : ( ) => {
260-
261- window . location . href = "/blog/2023/tables/" ;
262-
263- } ,
264- } , { id : "post-a-post-with-table-of-contents" ,
265-
266- title : "a post with table of contents" ,
267-
268- description : "an example of a blog post with table of contents" ,
269- section : "Posts" ,
270- handler : ( ) => {
271-
272- window . location . href = "/blog/2023/table-of-contents/" ;
273-
274- } ,
275- } , { id : "post-a-post-with-giscus-comments" ,
276-
277- title : "a post with giscus comments" ,
278-
279- description : "an example of a blog post with giscus comments" ,
280- section : "Posts" ,
281- handler : ( ) => {
282-
283- window . location . href = "/blog/2022/giscus-comments/" ;
284-
28543 } ,
28644 } , { id : "post-displaying-external-posts-on-your-al-folio-blog" ,
28745
@@ -294,111 +52,7 @@ ninja.data = [{
29452 window . open ( "https://medium.com/@al-folio/displaying-external-posts-on-your-al-folio-blog-b60a1d241a0a?source=rss-17feae71c3c4------2" , "_blank" ) ;
29553
29654 } ,
297- } , { id : "post-a-post-with-redirect" ,
298-
299- title : "a post with redirect" ,
300-
301- description : "you can also redirect to assets like pdf" ,
302- section : "Posts" ,
303- handler : ( ) => {
304-
305- window . location . href = "/assets/pdf/example_pdf.pdf" ;
306-
307- } ,
308- } , { id : "post-a-post-with-diagrams" ,
309-
310- title : "a post with diagrams" ,
311-
312- description : "an example of a blog post with diagrams" ,
313- section : "Posts" ,
314- handler : ( ) => {
315-
316- window . location . href = "/blog/2021/diagrams/" ;
317-
318- } ,
319- } , { id : "post-a-distill-style-blog-post" ,
320-
321- title : "a distill-style blog post" ,
322-
323- description : "an example of a distill-style blog post and main elements" ,
324- section : "Posts" ,
325- handler : ( ) => {
326-
327- window . location . href = "/blog/2021/distill/" ;
328-
329- } ,
330- } , { id : "post-a-post-with-twitter" ,
331-
332- title : "a post with twitter" ,
333-
334- description : "an example of a blog post with twitter" ,
335- section : "Posts" ,
336- handler : ( ) => {
337-
338- window . location . href = "/blog/2020/twitter/" ;
339-
340- } ,
341- } , { id : "post-a-post-with-disqus-comments" ,
342-
343- title : "a post with disqus comments" ,
344-
345- description : "an example of a blog post with disqus comments" ,
346- section : "Posts" ,
347- handler : ( ) => {
348-
349- window . location . href = "/blog/2015/disqus-comments/" ;
350-
351- } ,
352- } , { id : "post-a-post-with-math" ,
353-
354- title : "a post with math" ,
355-
356- description : "an example of a blog post with some math" ,
357- section : "Posts" ,
358- handler : ( ) => {
359-
360- window . location . href = "/blog/2015/math/" ;
361-
362- } ,
363- } , { id : "post-a-post-with-code" ,
364-
365- title : "a post with code" ,
366-
367- description : "an example of a blog post with some code" ,
368- section : "Posts" ,
369- handler : ( ) => {
370-
371- window . location . href = "/blog/2015/code/" ;
372-
373- } ,
374- } , { id : "post-a-post-with-images" ,
375-
376- title : "a post with images" ,
377-
378- description : "this is what included images could look like" ,
379- section : "Posts" ,
380- handler : ( ) => {
381-
382- window . location . href = "/blog/2015/images/" ;
383-
384- } ,
385- } , { id : "post-a-post-with-formatting-and-links" ,
386-
387- title : "a post with formatting and links" ,
388-
389- description : "march & april, looking forward to summer" ,
390- section : "Posts" ,
391- handler : ( ) => {
392-
393- window . location . href = "/blog/2015/formatting-and-links/" ;
394-
395- } ,
396- } , { id : "books-the-godfather" ,
397- title : 'The Godfather' ,
398- description : "" ,
399- section : "Books" , handler : ( ) => {
400- window . location . href = "/books/the_godfather/" ;
401- } , } , { id : "news-i-have-landed-a-machine-learning-internship-at-silver-touch-technologies-linkedin-starting-december-15-2025" ,
55+ } , { id : "news-i-have-landed-a-machine-learning-internship-at-silver-touch-technologies-linkedin-starting-december-15-2025" ,
40256 title : 'I have landed a Machine Learning Internship at Silver Touch Technologies (Linkedin) starting...' ,
40357 description : "" ,
40458 section : "News" , } , { id : "projects-index-free-grover-search-implementation-via-qrom-based-state-encoding-for-quantum-pattern-search" ,
0 commit comments