Portfolio
* Added lektor htmlmin plugin * Improved sass grid * Little update in contact page * Added featherlight lightbox for project details screenshots * Only loading lightbox libraries if needed * Portfolio content review from migration
This commit is contained in:
parent
ea7ea8cc69
commit
a3262ea645
149 changed files with 987 additions and 22 deletions
16
models/portfolio.ini
Normal file
16
models/portfolio.ini
Normal file
|
@ -0,0 +1,16 @@
|
|||
[model]
|
||||
name = Portfolio
|
||||
label = Porfolio
|
||||
hidden = no
|
||||
|
||||
[fields.content]
|
||||
label = Content
|
||||
type = markdown
|
||||
|
||||
[children]
|
||||
model = portfolio_category
|
||||
order_by = name
|
||||
slug_format = {{ this.slug }}
|
||||
|
||||
[pagination]
|
||||
enabled = no
|
Loading…
Add table
Add a link
Reference in a new issue