mirror of
https://github.com/morten-olsen/morten-olsen.github.io.git
synced 2026-02-08 01:46:28 +01:00
cleanup
This commit is contained in:
29
types/config.ts
Normal file
29
types/config.ts
Normal file
@@ -0,0 +1,29 @@
|
||||
interface Config {
|
||||
profile: {
|
||||
path: string;
|
||||
};
|
||||
frontpage: {
|
||||
react: {
|
||||
template: string;
|
||||
};
|
||||
};
|
||||
articles: {
|
||||
pattern: string;
|
||||
react: {
|
||||
template: string;
|
||||
};
|
||||
latex: {
|
||||
template: string;
|
||||
};
|
||||
};
|
||||
resume: {
|
||||
latex: {
|
||||
template: string;
|
||||
};
|
||||
};
|
||||
positions: {
|
||||
pattern: string;
|
||||
};
|
||||
}
|
||||
|
||||
export { Config };
|
||||
Reference in New Issue
Block a user