Added and internalized Pico theme for customization
This commit is contained in:
		
							parent
							
								
									8e7f72ce8b
								
							
						
					
					
						commit
						8c90bb2dfc
					
				
					 71 changed files with 4587 additions and 0 deletions
				
			
		
							
								
								
									
										11
									
								
								themes/pico/templates/shortcodes/skillcards.html
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								themes/pico/templates/shortcodes/skillcards.html
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,11 @@
 | 
			
		|||
{% set raw = load_data(literal = body, format='toml') %}
 | 
			
		||||
{% set cards = raw.cards %}
 | 
			
		||||
<div class="cards-wrapper center">
 | 
			
		||||
    {% for card in cards %}
 | 
			
		||||
    <div class="panel">
 | 
			
		||||
        <div class="skillcard-icon skillcard-icon-{{card.icon}}"></div>
 | 
			
		||||
        <div class="skillcard-title"><strong>{{ card.title | safe }}</strong></div>
 | 
			
		||||
        <div class="skillcard-details">{{ card.details | markdown | safe }}</div>
 | 
			
		||||
    </div>
 | 
			
		||||
    {% endfor %}
 | 
			
		||||
</div>
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue